set public next env vars from config

This commit is contained in:
Milo Schwartz
2024-10-12 21:23:12 -04:00
parent cf1de2253b
commit 61fca6a1f6
7 changed files with 69 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
import config from "@server/config";
import express, { Request, Response } from "express";
import next from "next";
import { parse } from "url";
import config from "@server/config";
import logger from "@server/logger";
import helmet from "helmet";
import cors from "cors";