diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..c8af8a1 --- /dev/null +++ b/.env.development @@ -0,0 +1,4 @@ +NODE_ENV = 'development' + +VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/' + diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..a923ec2 --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ + +NODE_ENV = 'production' + +VITE_APP_BASE_URL = '' + diff --git a/.gitignore b/.gitignore index 506c329..61ed8a5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,3 @@ components.d.ts *.sln *.sw? -# .env -.env.development -.env.production -.env \ No newline at end of file