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 d6c48b7 commit a9d5db1Copy full SHA for a9d5db1
templates/bun/package.json
@@ -4,6 +4,7 @@
4
"main": "index.js",
5
"type": "module",
6
"scripts": {
7
+ "build": "tsc",
8
"format": "bunx @biomejs/biome format --write",
9
"start": "bun index.ts"
10
},
templates/node/package.json
"format": "npx @biomejs/biome format --write",
"start": "node --env-file=.env --experimental-transform-types --experimental-strip-types index.ts"
0 commit comments