Skip to content

Commit bf93940

Browse files
committed
Oops
1 parent 35dd11b commit bf93940

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineConfig(({ command }) => ({
2626
emptyOutDir: true,
2727
rollupOptions: {
2828
input: {
29+
accountInvitations: fileURLToPath(new URL("./src/entrypoints/accountInvitations.ts", import.meta.url)),
2930
membershipRequests: fileURLToPath(new URL("./src/entrypoints/membershipRequests.ts", import.meta.url)),
3031
membershipRequestDetail: fileURLToPath(new URL("./src/entrypoints/membershipRequestDetail.ts", import.meta.url)),
3132
membershipProfileNotes: fileURLToPath(new URL("./src/entrypoints/membershipProfileNotes.ts", import.meta.url)),

0 commit comments

Comments
 (0)