eksplicit mapping af envs
This commit is contained in:
9
admin/next.config.js
Normal file
9
admin/next.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
env: {
|
||||
API_URL: process.env.API_URL ?? "http://localhost:8000",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user