mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 11:03:52 +00:00
change plugin order
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ const config = defineConfig({
|
||||
resolve: { tsconfigPaths: true },
|
||||
plugins: [
|
||||
devtools(),
|
||||
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
||||
tailwindcss(),
|
||||
viteReact(),
|
||||
tanstackStart({
|
||||
prerender: {
|
||||
enabled: true,
|
||||
@@ -36,7 +36,7 @@ const config = defineConfig({
|
||||
host: HOST_URL,
|
||||
},
|
||||
}),
|
||||
viteReact(),
|
||||
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user