Explorar el Código

one should format their js files, prettier said

Khaleel Al-Adhami hace 2 meses
padre
commit
7a1ad50deb
Se han modificado 1 ficheros con 1 adiciones y 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" }]
-        : []
+        : [],
     ),
   },
 }));