Skip to content

Commit

Permalink
feat(config-layers): add support for pkg layer path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Oct 15, 2023
1 parent 5fe4d79 commit 590310d
Show file tree
Hide file tree
Showing 9 changed files with 737 additions and 691 deletions.
1 change: 1 addition & 0 deletions examples/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"@pinceau/configs": "workspace:*",
"@pinceau/vue": "workspace:*",
"@pinceau/palette": "workspace:*",
"@vitejs/plugin-vue": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.11"
Expand Down
4 changes: 1 addition & 3 deletions examples/vite-vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export default defineConfig({
theme: {
buildDir: resolve('./node_modules/.pinceau'),
layers: [
{
path: resolve('../../packages/palette/'),
},
'@pinceau/palette'
],
},
}),
Expand Down
2 changes: 2 additions & 0 deletions integrations/nuxt/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ export default defineBuildConfig({
'@pinceau/theme',
'#internal',
'#internal/nitro',
'@pinceau/theme/runtime',
'@pinceau/core/utils',
],
})
Loading

0 comments on commit 590310d

Please sign in to comment.