Initial commit

This commit is contained in:
2024-05-14 11:23:07 +00:00
commit b7c5f5148e
73 changed files with 10954 additions and 0 deletions

17
.dockerignore Normal file
View File

@ -0,0 +1,17 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# macOS-specific files
.DS_Store