AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Vite config cjs deprecation

tom.sherman.is 24fa7c60 82da224a

verified
+3 -1
+3 -1
packages/atproto-browser/tsconfig.json
··· 9 9 "include": [ 10 10 "**/*.ts", 11 11 "**/*.tsx", 12 + "**/*.mts", 12 13 "**/*.mjs", 13 14 "next-env.d.ts", 14 - ".next/types/**/*.ts" 15 + ".next/types/**/*.ts", 16 + "vite.config.mts" 15 17 ], 16 18 "exclude": ["node_modules"] 17 19 }
packages/atproto-browser/vite.config.ts packages/atproto-browser/vite.config.mts
packages/frontpage/vite.config.ts packages/frontpage/vite.config.mts