Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Feb 12, 2024
1 parent b6436f2 commit deca43a
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,7 +4,7 @@
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"npm run start-server\"",
"dev": "concurrently \"vite\" \"nodemon server.js\"",
"build": "vite build",
"preview": "vite preview",
"start-server": "node server.js",
Expand All @@ -23,7 +23,7 @@
"express": "^4.18.2",
"flag-icons": "^7.1.0",
"http-proxy-middleware": "^2.0.6",
"maxmind": "^4.3.18",
"nodemon": "^3.0.3",
"svgmap": "^2.10.1",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
Expand Down

0 comments on commit deca43a

Please sign in to comment.