Skip to content

Commit 46b598c

Browse files
committed
chore: fix site take2
1 parent 470ef6c commit 46b598c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs-svelte-kit/shim/picocolors.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export function createColors() {
2+
return {};
3+
}
4+
export default { createColors };

vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const config: UserConfig = {
4444
os: path.join(dirname, './docs-svelte-kit/shim/os.mjs'),
4545
fs: path.join(dirname, './docs-svelte-kit/shim/fs.mjs'),
4646
globby: path.join(dirname, './docs-svelte-kit/shim/globby.mjs'),
47+
picocolors: path.join(dirname, './docs-svelte-kit/shim/picocolors.mjs'),
4748
tslib: path.join(dirname, './node_modules/tslib/tslib.es6.js'),
4849

4950
// Alias to CJS

0 commit comments

Comments
 (0)