We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33ea1d commit 6a7f406Copy full SHA for 6a7f406
packages/jsrepl/.env.test
@@ -1,2 +1,3 @@
1
+NEXT_PUBLIC_SITE_URL=http://localhost:3000
2
NEXT_PUBLIC_PREVIEW_URL=http://localhost:5199
3
NEXT_PUBLIC_APP_VERSION=9.9.9
packages/jsrepl/next.config.mjs
@@ -1,3 +1,4 @@
+/* eslint-disable no-console */
import createMDX from '@next/mdx'
import { readFileSync } from 'fs'
4
import Icons from 'unplugin-icons/webpack'
0 commit comments