This commit is contained in:
2023-05-19 15:15:13 +01:00
parent 126a55f3c4
commit c36544f9a3
13 changed files with 1221 additions and 79 deletions

View File

@ -5,7 +5,8 @@
],
"scripts": {
"build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build",
"start": "yarn workspace @snort/nostr build && yarn workspace @snort/app start"
"start": "yarn workspace @snort/nostr build && yarn workspace @snort/app start",
"test": "yarn workspace @snort/app test"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",