embedded meetus
This commit is contained in:
@@ -13,15 +13,18 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@framework': fileURLToPath(new URL('../framework/src', import.meta.url)),
|
||||
// Compose meetus's own review components (single source; portable imports).
|
||||
'@meetus': fileURLToPath(new URL('../meetus-app/src', import.meta.url)),
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
fs: {
|
||||
// Allow the dev server to read the framework source and the docs-output tree.
|
||||
// Allow the dev server to read the framework + meetus-app source and the output tree.
|
||||
allow: [
|
||||
fileURLToPath(new URL('.', import.meta.url)),
|
||||
fileURLToPath(new URL('../framework', import.meta.url)),
|
||||
fileURLToPath(new URL('../meetus-app', import.meta.url)),
|
||||
outputDir,
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user