We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist/main.js
dist/main.mjs
1 parent 3ebb3d4 commit f7b3d81Copy full SHA for f7b3d81
packages/nildb/Dockerfile
@@ -17,4 +17,4 @@ COPY --from=builder /app .
17
USER node
18
EXPOSE 8080
19
ENV NODE_ENV=production
20
-CMD [ "node", "--enable-source-maps", "dist/main.mjs" ]
+CMD [ "node", "--enable-source-maps", "dist/main.js" ]
packages/nildb/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"build": "tsdown",
8
- "start": "node --enable-source-maps dist/main.mjs",
+ "start": "node --enable-source-maps dist/main.js",
9
"dev": "tsx src/main.ts"
10
},
11
"exports": {
0 commit comments