chore: squashed some commits, which are not for public viewing

fix: fixed ImageSection being broken on mobile
feat: added proper imprint
feat: added name to privacy-policy
feat: bump version
fix: fixed footer not rendering correct on some mobile devices
chore: bump version
feat: imported html from Config repo
Updated packages
Migration from astro to solid-start
Add database and auth
Add discord rest testing
Database schema rework
API meeting progress
Fix styles
This commit is contained in:
aronmal 2024-01-05 01:29:38 +01:00
parent eb3acd206c
commit 2e529cede8
Signed by: aronmal
GPG key ID: 816B7707426FC612
50 changed files with 9903 additions and 5045 deletions

43
.gitignore vendored
View file

@ -1,28 +1,29 @@
# build output
dist/
src/drizzle/migrations
# generated types
.astro/
dist
.vinxi
.output
.vercel
.netlify
netlify
# Environment
.env
.env*.local
# dependencies
node_modules/
/node_modules
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings/
# environment variables
.env
.env.production
# Temp
gitignore
# macOS-specific files
# System Files
.DS_Store
/.idea/
/.fleet/
/.next/
next-env.d.ts
Thumbs.db