change some defaults

This commit is contained in:
2025-04-22 13:43:33 +02:00
parent de3a4fb281
commit ac0977b84b
28 changed files with 1465 additions and 8922 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "tauri dev",
"front:dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"start": "bun ./dist/server/entry.mjs",
"front:build": "astro build",
"build": "tauri build",
"check": "npm run check:astro && npm run check:typescript",