feat: changes for deploy

This commit is contained in:
redglow
2026-06-21 16:51:35 +02:00
parent 3e3ea26c75
commit c575dcd0ce
5 changed files with 31 additions and 18 deletions
+11
View File
@@ -16,3 +16,14 @@ All the interface must be protected under authentication EXCEPT for the GET /api
## Compilation and deployment
Compile:
```
./node_modules/vite build
```
Run:
```
NODE_ENV=production HTTP_PORT=1234 node ./src/server/main.ts
```