adjusted remix example

This commit is contained in:
dswbx
2025-02-19 14:12:40 +01:00
parent 335fe42a22
commit f2e5815e24
11 changed files with 300 additions and 128 deletions

View File

@@ -1,4 +1,5 @@
import { vitePlugin as remix } from "@remix-run/dev";
import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
@@ -10,6 +11,7 @@ declare module "@remix-run/node" {
export default defineConfig({
plugins: [
tailwindcss(),
remix({
future: {
v3_fetcherPersist: true,