Remaining

This commit is contained in:
Min Idzelis
2025-07-02 01:58:36 +00:00
parent 83afd49f5c
commit 6fffe41f0b
40 changed files with 26718 additions and 62417 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
#!/usr/bin/env bash
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
cd /usr/src/app || exit
FROZEN=1 OFFLINE=1 make setup-dev
cd /usr/src/app/server || exit
pnpm exec nest start --debug "0.0.0.0:9230" --watch -- "$@"