Explorar o código

one should format their js files, prettier said

Khaleel Al-Adhami hai 2 meses
pai
achega
7a1ad50deb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      reflex/.templates/web/vite.config.js

+ 1 - 1
reflex/.templates/web/vite.config.js

@@ -20,7 +20,7 @@ export default defineConfig((config) => ({
     ].concat(
       config.command === "build"
         ? [{ find: "react-dom/server", replacement: "react-dom/server.node" }]
-        : []
+        : [],
     ),
   },
 }));