diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..cee29c1 --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +NODE_ENV = 'development' + +VITE_APP_BASE_URL = 'https://ceshi-worker-task.lihaink.cn/' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..4f74758 --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ +NODE_ENV = 'production' + +VITE_APP_BASE_URL = '' + +# VITE_APP_BASE_URL = 'https://worker-task.lihaink.cn/' \ No newline at end of file