We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4467713 commit 737c9e4Copy full SHA for 737c9e4
src/vite-server.ts
@@ -5,6 +5,9 @@ import express from "express";
5
import { fileURLToPath } from "node:url";
6
import { createServer as createViteServer } from "vite";
7
import { matchPath } from "@stormkit/serverless/router";
8
+import dotenv from "dotenv";
9
+
10
+dotenv.config();
11
12
const __dirname = path.dirname(fileURLToPath(import.meta.url));
13
0 commit comments