Merge branch 'prod' into dev
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,8 +1,9 @@
|
||||
SHELL := /bin/bash
|
||||
|
||||
build:
|
||||
pnpm run build
|
||||
pnpm install
|
||||
pnpm run -F client build
|
||||
pnpm run -F server dbdeploy
|
||||
|
||||
start:
|
||||
PORT=$(PORT) pnpm run start
|
||||
PORT=$(PORT) pnpm start
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"object-hash": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^7.0.6",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-solid": "^2.11.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user