client: add debug log to next.config.js
This commit is contained in:
parent
5001310af0
commit
0943519026
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
const dotenv = require("dotenv");
|
||||
dotenv.config();
|
||||
|
||||
console.log(`${process.env.API_URL}/:path*`);
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
|
|
Loading…
Reference in a new issue