feat: add wrangler scripts for development, build, and deployment

This commit is contained in:
Prad Nukala
2024-10-08 19:22:44 -04:00
parent e1db07cc25
commit 8811f56559
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
{
"name": "@onsonr/sonr.id",
"version": "0.0.2",
"scripts": {},
"scripts": {
"dev": "bunx wrangler dev",
"build": "bunx wrangler build",
"deploy": "bunx wrangler deploy"
},
"dependencies": {}
}