Build with docker
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M package.json → package.json
@@ -1,6 +1,9 @@ { "name": "homestead", "module": "src/index.ts", + "scripts": { + "start": "bun run ." + }, "devDependencies": { "bun-types": "latest" },