update with nuxt4 for docker-web
All checks were successful
Deploy App / deploy (push) Successful in 4m5s

This commit is contained in:
valere
2025-08-29 16:08:08 +02:00
parent 2db113a0c5
commit f0e2aa237a
65 changed files with 10747 additions and 22132 deletions

89
.gitignore vendored
View File

@@ -1,83 +1,24 @@
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.db
*.sqlite-journal
/logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# helmsman generated tmp folder
.helmsman-tmp
# Coverage directory used by tools like istanbul
coverage
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# Nuxt
*.log*
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
.output
.env
dist
# vuepress build output
.vuepress/dist
# Node dependencies
node_modules
# Serverless directories
.serverless
# Logs
logs
*.log
# IDE / Editor
# Misc
.DS_Store
.fleet
.idea
# Service worker
sw.*
# Vim swap files
*.swp
# Auto generate on postinstall step
auto-imports.d.ts
components.d.ts
# Local env files
.env
.env.*
!.env.example