diff options
author | Alan Pearce | 2023-09-14 11:40:17 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-15 19:24:52 +0200 |
commit | 02abf6ebb5ac4979537ee52ccdc93a4f29820cea (patch) | |
tree | 62b352dcae0e615e7404d91e8788e941f5338710 /package.json | |
parent | 75041215b306fd5b7e7a86c2b0f35e5590010dea (diff) | |
download | website-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.tar.lz website-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.tar.zst website-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.zip |
Build with docker
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index a0b6a73..f51b68d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "homestead", "module": "src/index.ts", + "scripts": { + "start": "bun run ." + }, "devDependencies": { "bun-types": "latest" }, |