Skip to content

Commit

Permalink
revert back nx use
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Mar 13, 2024
1 parent b271d24 commit 3858e3a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && nx build",
"serve": "nx preview"
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"cesium": "1.103.0",
Expand All @@ -23,8 +23,5 @@
"typescript": "~4.9.5",
"vite": "^4.1.4",
"vite-plugin-cesium": "^1.2.22"
},
"nx": {
"includedScripts": []
}
}

0 comments on commit 3858e3a

Please sign in to comment.