1
Fork 0
This commit is contained in:
Korbs 2024-07-16 23:39:34 -04:00
parent 087ab36bb0
commit c6e948f5aa
9 changed files with 258 additions and 41 deletions

2
.gitignore vendored
View file

@ -1,5 +1,6 @@
# build output
dist/
.vercel/
# generated types
.astro/
@ -15,6 +16,7 @@ pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store