Files
admin 02bdef2256
Deploy Bun App / deploy (push) Failing after 5s
Initial commit
2026-08-18 10:19:55 +00:00

10 lines
156 B
JSON

{
"name": "bun-app",
"version": "1.0.0",
"scripts": {
"build": "echo 'Bun build OK'",
"start": "bun src/index.ts"
},
"dependencies": {}
}