fix: Remove demo pages and add testDataService for production build

This commit is contained in:
dahoud
2025-10-02 00:10:01 +00:00
parent b430bf3b96
commit 5bdd4b6e4f
11 changed files with 137 additions and 1877 deletions

5
.gitignore vendored
View File

@@ -30,8 +30,12 @@ yarn-error.log*
# Local env files
.env
.env*.local
.env.local
.env.development
.env.development.local
.env.test
.env.test.local
.env.production
.env.production.local
# Vercel
@@ -39,6 +43,7 @@ yarn-error.log*
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
next-env.d.ts
# IDE