cli > scripts, readme

This commit is contained in:
Nikita
2024-09-08 14:57:12 +03:00
parent 6ae100f206
commit 9cfe9ec933
7 changed files with 114 additions and 15 deletions

View File

@@ -4,8 +4,8 @@
"dev": "bun web",
"web": "cd web && bun dev",
"web:build": "bun run --filter '*' build",
"cli": "bun run --watch cli/run.ts",
"seed": "bun --watch cli/seed.ts",
"cli": "bun run --watch scripts/run.ts",
"seed": "bun --watch scripts/seed.ts",
"tauri": "tauri",
"app:build": "bun tauri build -b dmg -v"
},