just a template from sv with drizzle + lucia demos

This commit is contained in:
Soph :3 2026-01-02 15:02:16 +02:00
commit 53728f4903
33 changed files with 1628 additions and 0 deletions

16
.prettierrc Normal file
View file

@ -0,0 +1,16 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
],
"tailwindStylesheet": "./src/routes/layout.css"
}