mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 08:58:11 +00:00
this was a fluke
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user