refactor both entry endpoints to one

This commit is contained in:
2026-01-15 17:05:08 +13:00
parent cb027a6e92
commit 22772ad436
4 changed files with 45 additions and 40 deletions

View File

@@ -7,7 +7,8 @@
"paths": {
"@component/*": ["src/components/*.astro"],
"@layout/*": ["src/layout/*.astro"],
"@util/*": ["src/utils/*"]
"@util/*": ["src/utils/*"],
"@db/*": ["src/db/*"]
}
}
}