refactor(model): extract dashboard model package
This commit is contained in:
parent
22f50d64f9
commit
7a6ad8ab0e
35 changed files with 164 additions and 57 deletions
|
|
@ -30,6 +30,12 @@ export default defineConfig({
|
|||
"@dimensionlab/ui": fileURLToPath(
|
||||
new URL("../../packages/ui/src/index.ts", import.meta.url),
|
||||
),
|
||||
"@dimensionlab/dashboard-model/fixtures": fileURLToPath(
|
||||
new URL("../../packages/dashboard-model/src/fixtures/index.ts", import.meta.url),
|
||||
),
|
||||
"@dimensionlab/dashboard-model": fileURLToPath(
|
||||
new URL("../../packages/dashboard-model/src/index.ts", import.meta.url),
|
||||
),
|
||||
$lib: fileURLToPath(new URL("./src/lib", import.meta.url)),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue