Skip to content
Snippets Groups Projects
Commit 900123c1 authored by thucpn's avatar thucpn
Browse files

run dotenv config when server start

parent ef1c1cd0
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"ai": "^4.0.3", "ai": "^4.0.3",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"next": "15.2.3" "next": "15.2.3",
"dotenv": "^16.4.7"
} }
} }
import "dotenv/config";
import { createServer } from "http"; import { createServer } from "http";
import next from "next"; import next from "next";
import path from "path"; import path from "path";
......
...@@ -1733,6 +1733,9 @@ importers: ...@@ -1733,6 +1733,9 @@ importers:
ai: ai:
specifier: ^4.0.3 specifier: ^4.0.3
version: 4.1.34(react@19.0.0)(zod@3.24.2) version: 4.1.34(react@19.0.0)(zod@3.24.2)
dotenv:
specifier: ^16.4.7
version: 16.4.7
llamaindex: llamaindex:
specifier: workspace:* specifier: workspace:*
version: link:../llamaindex version: link:../llamaindex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment