Skip to content

Commit

Permalink
💚 Cancel Deploy bcs json-server cant be runned dynamicly
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad-kj committed Feb 16, 2024
1 parent 6a9c705 commit aaf0396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"dev": "concurrently \"vite\" \"json-server --watch db.json --port 5000\"",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prebuild": "json-server --watch db.json --port 5000 "
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.14.1",
Expand Down

0 comments on commit aaf0396

Please sign in to comment.