chore: add TODO

This commit is contained in:
Burt
2024-01-15 14:47:12 +08:00
parent 983bd814fb
commit b3f485ffd0
5 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
VITE_SERVER_BASEURL = 'http://localhost:4000'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
# TODO: 记得修改
VITE_SERVER_BASEURL = 'http://localhost:4000'