👷🏽 Updated build command

This commit is contained in:
2023-02-16 14:25:42 -05:00
parent 0b0f4681d4
commit f32feacca4
6 changed files with 38 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
"main": "server/index.js",
"typings": "server/index.js",
"scripts": {
"build": "webpack --mode production",
"build": "vite build",
"start": "npm run build && npm run server",
"client": "vite serve public/",
"client": "vite",
"server": "tsc -p tsconfig.server.json && node server/",
"dev": "concurrently \"nodemon\" \"npm run client\"",
"server-dev": "nodemon",
@@ -154,6 +154,7 @@
"prettier": "^2.2.1",
"react-refresh": "^0.14.0",
"rimraf": "^3.0.2",
"sass": "^1.58.1",
"source-map-loader": "^0.2.4",
"string-similarity": "^4.0.4",
"tslint": "^6.1.3",