This commit is contained in:
2023-03-18 06:58:43 +00:00
parent d24fc57962
commit d4b51f9803
4 changed files with 43 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"start": "yarn workspace @snort/nostr build && yarn workspace @snort/app start"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3"
"@tauri-apps/cli": "^1.2.3",
"@cloudflare/workers-types": "^4.20230307.0"
}
}