Skip to content

Commit

Permalink
backend(5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibiing committed Dec 17, 2024
1 parent fb8bd45 commit 2921dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "node server.js",
"start": "npm run build && node server.js",
"build": "vite build",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"server": "nodemon server.js",
"client": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
Expand Down

0 comments on commit 2921dfd

Please sign in to comment.