NAM A2 Sync

This commit is contained in:
Robin E.R. Davies
2026-05-12 12:31:21 -04:00
parent 44db94a955
commit c456e5187b
39 changed files with 5086 additions and 2206 deletions
+7 -1
View File
@@ -5,7 +5,13 @@ import svgr from "vite-plugin-svgr"
// https://vite.dev/config/
export default defineConfig({
build: {
chunkSizeWarningLimit: 2000
chunkSizeWarningLimit: 2000,
rollupOptions: {
input: {
main: 'index.html',
t3k_callback: 't3k_response.html', // your alternate page
}
}
},
plugins: [react(),svgr()],
server: {