diff --git a/next-env.d.ts b/next-env.d.ts
index 1511519d3..20e7bcfb0 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,6 +1,6 @@
///
///
-import './.next/types/routes.d.ts';
+import './.next/dev/types/routes.d.ts';
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
diff --git a/package.json b/package.json
index 9c6c046ae..f5c893ee1 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"type": "module",
"scripts": {
- "dev": "next dev -p 3003 --turbo",
+ "dev": "dotenv next dev --turbo",
"build": "npm-run-all check-env build-db check-db build-tracker build-geo build-app",
"start": "next start",
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",
@@ -136,6 +136,7 @@
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cross-env": "^10.1.0",
"cypress": "^13.6.6",
+ "dotenv-cli": "^11.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^16.2.6",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index db0f78ebe..dcdbd718c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -246,6 +246,9 @@ importers:
cypress:
specifier: ^13.6.6
version: 13.17.0
+ dotenv-cli:
+ specifier: ^11.0.0
+ version: 11.0.0
husky:
specifier: ^9.1.7
version: 9.1.7
@@ -322,6 +325,8 @@ importers:
specifier: ^5.9.3
version: 5.9.3
+ dist: {}
+
packages:
'@ampproject/remapping@2.3.0':
@@ -3821,6 +3826,14 @@ packages:
dot-case@3.0.4:
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
+ dotenv-cli@11.0.0:
+ resolution: {integrity: sha512-r5pA8idbk7GFWuHEU7trSTflWcdBpQEK+Aw17UrSHjS6CReuhrrPcyC3zcQBPQvhArRHnBo/h6eLH1fkCvNlww==}
+ hasBin: true
+
+ dotenv-expand@12.0.3:
+ resolution: {integrity: sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA==}
+ engines: {node: '>=12'}
+
dotenv@16.6.1:
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
engines: {node: '>=12'}
@@ -10962,6 +10975,17 @@ snapshots:
no-case: 3.0.4
tslib: 2.8.1
+ dotenv-cli@11.0.0:
+ dependencies:
+ cross-spawn: 7.0.6
+ dotenv: 17.2.4
+ dotenv-expand: 12.0.3
+ minimist: 1.2.8
+
+ dotenv-expand@12.0.3:
+ dependencies:
+ dotenv: 16.6.1
+
dotenv@16.6.1: {}
dotenv@17.2.4: {}