about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2023-09-14 11:40:17 +0200
committerAlan Pearce2023-09-15 19:24:52 +0200
commit02abf6ebb5ac4979537ee52ccdc93a4f29820cea (patch)
tree62b352dcae0e615e7404d91e8788e941f5338710 /package.json
parent75041215b306fd5b7e7a86c2b0f35e5590010dea (diff)
downloadwebsite-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.tar.lz
website-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.tar.zst
website-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.zip
Build with docker
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
   },