set public next env vars from config

This commit is contained in:
Milo Schwartz 2024-10-12 21:23:12 -04:00
parent db3a3edfed
commit a300908442
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";