Spaces:
Paused
Paused
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "vite",
|
| 7 |
"build": "vite build",
|
| 8 |
-
"
|
|
|
|
| 9 |
},
|
| 10 |
"dependencies": {
|
| 11 |
"framer-motion": "^11.0.0",
|
|
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "vite",
|
| 7 |
"build": "vite build",
|
| 8 |
+
"preview": "vite preview --port $PORT --host 0.0.0.0",
|
| 9 |
+
"start": "npm run preview"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
"framer-motion": "^11.0.0",
|