Files
likeadmin_java/pc/.env.example
damonyuan 7badc8ae0f feat 同步前端代码
feat 同步PC代码
feat 增加1.9DB
feat 同步逻辑
2024-08-29 00:24:37 +08:00

17 lines
275 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 版本号
NUXT_VERSION=1.9.0
# 接口默认前缀
NUXT_API_PREFIX=/api
# 客户端类型
NUXT_CLIENT=4
# 基础路径
NUXT_BASE_URL=/pc/
# 是否开启ssr填些任意值开启, 开启的话运行 npm run build:ssr命令打包
NUXT_SSR=
# 端口号
NITRO_PORT=3000