init commit,
This commit is contained in:
12
03_source/cms_backend/next.config.mjs
Normal file
12
03_source/cms_backend/next.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @type {import('next').NextConfig}
|
||||
*/
|
||||
|
||||
const nextConfig = {
|
||||
env: {
|
||||
DEV_API: 'http://localhost:7272',
|
||||
PRODUCTION_API: 'https://api-dev-minimal-v700.pages.dev',
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
Reference in New Issue
Block a user