We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1472f95 commit c2e2f9bCopy full SHA for c2e2f9b
1 file changed
docs/astro.config.mts
@@ -51,7 +51,16 @@ export default defineConfig({
51
vite: {
52
plugins: [tailwindcss()],
53
resolve: {
54
- external: ['padrone', 'padrone/zod'],
+ external: [
55
+ 'padrone',
56
+ 'padrone/zod',
57
+ 'padrone/ink',
58
+ 'padrone/mcp',
59
+ 'padrone/serve',
60
+ 'padrone/tracing',
61
+ 'padrone/completion',
62
+ 'padrone/man',
63
+ ],
64
conditions: ['padrone@dev'],
65
externalConditions: ['padrone@dev'],
66
},
0 commit comments