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 a5284e4 commit 461dd43Copy full SHA for 461dd43
vite.config.pages.mjs
@@ -8,7 +8,7 @@ import { defineConfig } from "vite";
8
9
const __dirname = dirname(fileURLToPath(import.meta.url));
10
11
-const chatComponentsPath = fileURLToPath(new URL("../lib/components", import.meta.url));
+const chatComponentsPath = fileURLToPath(new URL("lib/components", import.meta.url));
12
13
const globalPackages = {
14
"@cloudscape-design/components": "components",
0 commit comments