Skip to content

Commit

Permalink
monorepo attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
haffi96 committed Oct 14, 2023
1 parent edd0fcb commit 0a8b14c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ export default defineConfig({
},
integrations: [tailwind(), preact({
compat: true
}), auth()]
}), auth()],
vite: {
rollupOptions: {
external: [
'./aws/**/*'
]
}
}
});

0 comments on commit 0a8b14c

Please sign in to comment.