We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea23a37 commit febcc8aCopy full SHA for febcc8a
vite.config.api.ts
@@ -1,6 +1,5 @@
1
import { fileURLToPath } from "node:url";
2
import path from "node:path";
3
-import fs from "node:fs";
4
import * as glob from "glob";
5
import dotenv from "dotenv";
6
import { build } from "vite";
@@ -51,6 +50,7 @@ const files = glob
51
50
},
52
output: {
53
dir: ".stormkit/api",
+ entryFileNames: "[name].mjs",
54
format: "esm",
55
manualChunks: () => "",
56
0 commit comments