client: add debug log to next.config.js

pull/15/head
Max Leiter 4 years ago
parent 5001310af0
commit 0943519026
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -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…
Cancel
Save