Anuj-Panthri commited on
Commit
c725c66
·
1 Parent(s): 2252c3d

updated dbinit

Browse files
Files changed (1) hide show
  1. server/package.json +1 -1
server/package.json CHANGED
@@ -7,7 +7,7 @@
7
  "build": "tsc",
8
  "dev": "npx tsx watch index.ts",
9
  "server": "npx tsx index.ts",
10
- "dbinit": "npx tsx .\\scripts\\init_db.ts",
11
  "both": "cd .. && cd client && npm run build && cd .. && cd server && npm run dev",
12
  "test": "echo \"Error: no test specified\" && exit 1"
13
  },
 
7
  "build": "tsc",
8
  "dev": "npx tsx watch index.ts",
9
  "server": "npx tsx index.ts",
10
+ "dbinit": "npx tsx scripts/init_db.ts",
11
  "both": "cd .. && cd client && npm run build && cd .. && cd server && npm run dev",
12
  "test": "echo \"Error: no test specified\" && exit 1"
13
  },