mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
remove frontend env parsing
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
import type { NextConfig } from "next";
|
||||
import createNextIntlPlugin from "next-intl/plugin";
|
||||
|
||||
import { pullEnv } from "./src/lib/pullEnv";
|
||||
|
||||
// validate env variables on local dev
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
pullEnv();
|
||||
}
|
||||
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
|
||||
Reference in New Issue
Block a user