wrangler deploy

This commit is contained in:
Ben Allfree
2026-02-22 10:48:22 -08:00
parent 377f1df445
commit 40ac95e8e6
5 changed files with 106 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"name": "meshcore-open",
"scripts": {
"build": "dart run build_pipe:build",
"deploy": "bun x wrangler deploy"
}
}