1
0
mirror of synced 2025-12-19 18:11:23 -05:00
Files
blitz/nextjs/test/integration/env-config-app-env/app/.env
2021-12-03 16:05:37 +01:00

6 lines
189 B
Bash

PROCESS_ENV_KEY="env"
ENV_FILE_KEY=env
NEXT_PUBLIC_TEST_DEST=another
ENV_KEY_IN_NEXT_CONFIG="hello from next.config.js"
NEXT_PUBLIC_ENV_KEY_IN_NEXT_CONFIG="hello again from next.config.js"