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 e1a73b9 commit 6a75755Copy full SHA for 6a75755
2 files changed
index.ts
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "openworkers-api",
3
- "module": "index.ts",
+ "module": "src/index.ts",
4
"type": "module",
5
"private": true,
6
"scripts": {
7
- "dev": "bun --hot index.ts",
8
- "start": "bun index.ts",
+ "dev": "bun --hot src/index.ts",
+ "start": "bun src/index.ts",
9
+ "compile": "bun build --compile --minify --sourcemap src/index.ts --outfile dist/openworkers-api",
10
"test": "bun test"
11
},
12
"dependencies": {
0 commit comments