Initial commit
Deploy Bun App / deploy (push) Failing after 5s

This commit is contained in:
2026-08-18 10:19:55 +00:00
parent d6f01ee135
commit 02bdef2256
+9
View File
@@ -0,0 +1,9 @@
{
"name": "bun-app",
"version": "1.0.0",
"scripts": {
"build": "echo 'Bun build OK'",
"start": "bun src/index.ts"
},
"dependencies": {}
}