Skip to content

Commit c2e2f9b

Browse files
KurtGokhanclaude
andauthored
fix(docs): externalize new padrone subpath entry points (#17)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1472f95 commit c2e2f9b

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/astro.config.mts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,16 @@ export default defineConfig({
5151
vite: {
5252
plugins: [tailwindcss()],
5353
resolve: {
54-
external: ['padrone', 'padrone/zod'],
54+
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+
],
5564
conditions: ['padrone@dev'],
5665
externalConditions: ['padrone@dev'],
5766
},

0 commit comments

Comments
 (0)