4 lines
211 B
Bash
4 lines
211 B
Bash
# Next.js 在 `npm run dev` 时自动加载;无需每次手动 export。
|
|
# 生产构建请使用平台环境变量或 `.env.production.local`(勿提交密钥)。
|
|
NEXT_PUBLIC_API_BASE=http://127.0.0.1:8000
|