Skip to content

Commit a14541b

Browse files
committed
chore: reinstall deps
1 parent f07722e commit a14541b

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

packages/astro/tsup.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ export default defineConfig(() => {
2626
bundle: true,
2727
sourcemap: true,
2828
format: ['esm'],
29-
external: [
30-
'astro',
31-
'react',
32-
'react-dom',
33-
'node:async_hooks',
34-
'#async-local-storage',
35-
'astro:transitions/client',
36-
'vite',
37-
],
29+
external: ['astro', 'react', 'react-dom', 'node:async_hooks', '#async-local-storage', 'astro:transitions/client'],
3830
};
3931
});

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)