client: add debug log to next.config.js

This commit is contained in:
Max Leiter 2022-03-07 23:45:13 -08:00
parent 5001310af0
commit 0943519026
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A3512F2F2F17EBDA

View file

@ -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,