Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jan 23, 2023
1 parent e96461b commit 25b873f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file removed backendFile.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
"dev": "vite",
"check": "vue-tsc --noEmit",
"build": "npm run check && vite build",
"db": "java -jar backendFile.jar",
"full": "run-p db dev"
"local": "java -jar backendLocal.jar",
"server": "java -jar backendOnline.jar",
"full": "run-p local dev",
"online": "run-p server dev"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down

0 comments on commit 25b873f

Please sign in to comment.