reinstalled react app and try to deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
FRR
2025-07-05 17:28:26 +08:00
parent 31635e83fb
commit 4fc30db288
33 changed files with 14269 additions and 2841 deletions

28
.gitignore vendored
View File

@ -3,39 +3,21 @@
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
.env.local
.env.development.local
.env.test.local
.env.production.local
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts