Merge branch 'prod' into dev

This commit is contained in:
2025-08-11 22:31:10 -04:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -13,7 +13,7 @@
"object-hash": "^3.0.0"
},
"devDependencies": {
"vite": "^7.0.6",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.11.8"
}
}