sanch1tx commited on
Commit
cf7647a
·
verified ·
1 Parent(s): 6b82737

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -1
package.json CHANGED
@@ -5,7 +5,8 @@
5
  "scripts": {
6
  "dev": "vite",
7
  "build": "vite build",
8
- "start": "vite preview --port $PORT --host 0.0.0.0"
 
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",