next.js/test/integration/env-config/app/pages/another-global.js
another-global.js4 lines89 B
export default function Page() {
  return <p>{process.env.NEXT_PUBLIC_HELLO_WORLD}</p>
}
Quest for Codev2.0.0
/
SIGN IN