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 0820c5b commit b941943Copy full SHA for b941943
package.json
@@ -17,7 +17,8 @@
17
"npmgui": "npx npm-gui@latest",
18
"gateway-dev": "bun --watch ./src/gateway/gateway.ts",
19
"gateway-start": "bun --smol run ./src/gateway/gateway.ts",
20
- "gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage"
+ "gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage",
21
+ "gateway-build": "bun build ./src/gateway/gateway.ts --compile --outfile ./lib/sqlitecloud-gateway.out"
22
},
23
"repository": {
24
"type": "git",
0 commit comments