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 5b33927 commit 905fb2cCopy full SHA for 905fb2c
apps/server/package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"license": "MIT",
5
"main": "./dist/main.js",
6
+ "type": "module",
7
"scripts": {
8
"dev": "bun --watch ./src/main.ts",
9
"build": "bun build --sourcemap=inline --target bun --outdir ./dist ./src/main.ts",
apps/server/tsdown.config.ts
@@ -7,6 +7,6 @@ export default defineConfig({
await execaNode({
cancelSignal: signal,
gracefulCancel: true,
10
- })`./dist/main.mjs`
+ })`./dist/main.js`
11
},
12
});
0 commit comments