Configure Node SSR adapter, sitemap, and add .gitignore

This commit is contained in:
root
2026-07-28 09:44:08 -07:00
parent 2a9e780826
commit 8e9f50fed6
4 changed files with 400 additions and 109 deletions

10
.gitignore vendored
View File

@@ -1,8 +1,12 @@
# build output
dist/
# generated types
.astro/
#Logs
logs/
# dependencies
node_modules/
@@ -12,7 +16,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
@@ -22,3 +25,8 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
# NTFY Info
.env
.env.local
.env.*.local