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.
2 parents 5a447c4 + 846b8f3 commit 8d7c828Copy full SHA for 8d7c828
templates/mle-ts-sample/package.json
@@ -6,7 +6,8 @@
6
"typescript": "^5.7.3",
7
"esbuild": "0.25.1",
8
"oracledb": "^6.7.1",
9
- "vitest": "^3.1.2"
+ "vitest": "^3.1.2",
10
+ "dotenv": "^16.5.0"
11
},
12
"scripts": {
13
"build": "esbuild src/index.ts --bundle --minify=false --platform=neutral --format=esm --outfile=dist/index.js",
0 commit comments