main: exclude @tldraw/assets from vite dep optimization to fix examples links
This commit is contained in:
parent
71aef1764d
commit
28c8cb9c5f
1 changed files with 3 additions and 0 deletions
|
@ -12,4 +12,7 @@ export default defineConfig({
|
||||||
port: 5420,
|
port: 5420,
|
||||||
},
|
},
|
||||||
clearScreen: false,
|
clearScreen: false,
|
||||||
|
optimizeDeps: {
|
||||||
|
exclude: ['@tldraw/assets'],
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue