Despliegue local

This commit is contained in:
2026-05-06 11:10:35 +02:00
parent 5d131413ed
commit a1fa7b42ce
10 changed files with 35 additions and 18 deletions

View File

@@ -10,6 +10,9 @@
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
"build:esbuild": "esbuild --bundle src/index.ts --outdir=dist --platform=node --format=esm --packages=external && cp -r src/views dist/ ",
"start": "node dist/index.js",
"migrate": "db-migrate -e .env -m ./deployment/database/migrations/ -t 99.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -20,7 +23,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@sf-alvar/db-migrate": "^1.0.10",
"@sf-alvar/db-migrate": "^1.0.12",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.6",
"@types/node": "^25.6.0",