File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ yarn-error.log*
3939** /* .tgz
4040** /* .log
4141package-lock.json
42- ** /* .bun
42+ ** /* .bun
43+ build
Original file line number Diff line number Diff line change 66 "test" : " bun test" ,
77 "gentypes" : " bun run supabase gen types typescript --linked > src/lib/types/supabase.ts" ,
88 "dev" : " bun run --watch src/index.ts" ,
9- "build" : " bun build src/index.ts --outdir build" ,
10- "start" : " NODE_ENV=production bun src /index.ts "
9+ "build" : " bun build src/index.ts --outdir build --target=bun " ,
10+ "start" : " NODE_ENV=production bun run build /index.js "
1111 },
1212 "dependencies" : {
1313 "@elysiajs/server-timing" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 11# Supabase
22.branches
3- .temp
3+ .temp
You can’t perform that action at this time.
0 commit comments