[FA-misc] Chapter reader is now serverside loaded with a clientside fallback, fixed a warning related to reading lists

This commit is contained in:
gamer147
2026-01-26 11:27:05 -05:00
parent 055ef33666
commit 1b9da7441c
5 changed files with 724 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev": "node --env-file=.env node_modules/astro/astro.js dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
@@ -12,6 +12,7 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.5.1",
"@astrojs/svelte": "^7.2.2",
"@tailwindcss/vite": "^4.1.17",