Skip to content

Commit

Permalink
fix!: remove old script, all commands support multiple servers now
Browse files Browse the repository at this point in the history
old data structure does not work with new version
  • Loading branch information
sanriodev committed Oct 24, 2024
1 parent b74a2dc commit 642ee88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "npm run deldist && tsc -p .",
"start:ts-node": "ts-node src/main.ts",
"start": "nest start",
"tunnel": "ngrok http 3000",
"start:debug": "nest start --debug --watch",
"build:prod": "docker build --pull --rm -f \"dockerfiles\\Dockerfile.prod\" -t ghcr.io/blvckleg/bingusboingus:latest \".\"",
"build:test": "docker build --pull --rm -f \"dockerfiles\\Dockerfile.test\" -t ghcr.io/blvckleg/bingusboingus:test \".\"",
Expand Down

0 comments on commit 642ee88

Please sign in to comment.