add build
This commit is contained in:
10
package.json
10
package.json
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"three": "^0.174.0"
|
||||
"three": "^0.174.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^6.2.0"
|
||||
}
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user