use pnpm workspaces
This commit is contained in:
parent
6c3a235b08
commit
35f2040717
14 changed files with 11776 additions and 8 deletions
|
|
@ -32,6 +32,12 @@ export default defineConfig({
|
|||
],
|
||||
site: `https://strudel.tidalcycles.org`,
|
||||
base: '/',
|
||||
vite: {
|
||||
ssr: {
|
||||
// Example: Force a broken package to skip SSR processing, if needed
|
||||
external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue