We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9219755 commit c56b2bbCopy full SHA for c56b2bb
apps/edgecreator/api/package.json
@@ -3,7 +3,7 @@
3
"type": "module",
4
"version": "1.0.0",
5
"scripts": {
6
- "build": "bun build --target node --sourcemap index.ts --outfile bundle.mjs",
+ "build": "bun build --target node index.ts --outfile bundle.mjs",
7
"dev": "concurrently -n bun,tsc \"bun --inspect run --hot index.ts\" \"tsc --noEmit --watch\"",
8
"prod:deploy": "DIR=apps/edgecreator/api pnpm -F '~ci' prod:docker-compose-up",
9
"prod:build-docker": "REPO_NAME=ghcr.io/bperel/edgecreator-api:websocket pnpm -F '~ci' prod:build-docker -f apps/edgecreator/api/Dockerfile",
0 commit comments