added db for astro

This commit is contained in:
dswbx
2024-11-28 11:22:02 +01:00
parent bdc6eb55bf
commit 4693be5615
4 changed files with 18 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"db": "turso dev --db-file test.db",
"db:check": "sqlite3 test.db \"PRAGMA wal_checkpoint(FULL);\"",
"astro": "astro"
},
"dependencies": {