mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add wrangler scripts for development, build, and deployment
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user