0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

this was a fluke

This commit is contained in:
Víctor Losada Hernández
2026-02-24 22:40:29 +01:00
parent 43ac4f0e0e
commit 184820939d

View File

@@ -3,8 +3,7 @@ import createApp from "./server/app.js";
import config from "./server/config.js";
import { createServer as createViteServer } from "vite";
const isProd = process.env.NODE_ENV === "production";
const isDev = process.env.NODE_ENV === "development";
const isDev = process.env.NODE_ENV === "local";
async function start() {
let vite;