mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 06:59:33 +02:00
set public next env vars from config
This commit is contained in:
parent
db3a3edfed
commit
a300908442
7 changed files with 69 additions and 33 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue