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 43368c9 commit 65da8f1Copy full SHA for 65da8f1
docs/vite.config.ts
@@ -1,6 +1,6 @@
1
import { defineConfig, Plugin, Connect } from "vite";
2
import preact from "@preact/preset-vite";
3
-import { resolve } from "path";
+import { resolve, posix } from "path";
4
import fs from "fs";
5
6
// Automatically set up aliases for monorepo packages.
0 commit comments