@@ -5,7 +5,7 @@ dist/
node_modules/
# Database (local SQLite)
-data/
+data/klask.sqlite
# Environment
.env
@@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
- "dev": "astro dev --host",
+ "dev": "astro dev --host --port 4323",
"build": "astro build",
"preview": "astro preview",
"start": "node ./dist/server/entry.mjs",