refactor(turbo): consume workspace package exports
This commit is contained in:
parent
9240ae4925
commit
a77826eab9
4 changed files with 28 additions and 18 deletions
|
|
@ -24,18 +24,6 @@ export default defineConfig({
|
|||
plugins: [react(), tailwindcss()],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@dimensionlab/ui/styles.css": fileURLToPath(
|
||||
new URL("../../packages/ui/src/styles.css", import.meta.url),
|
||||
),
|
||||
"@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