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 config from "./server/config.js";
|
||||||
import { createServer as createViteServer } from "vite";
|
import { createServer as createViteServer } from "vite";
|
||||||
|
|
||||||
const isProd = process.env.NODE_ENV === "production";
|
const isDev = process.env.NODE_ENV === "local";
|
||||||
const isDev = process.env.NODE_ENV === "development";
|
|
||||||
|
|
||||||
async function start() {
|
async function start() {
|
||||||
let vite;
|
let vite;
|
||||||
|
|||||||
Reference in New Issue
Block a user