diff --git a/biji-houdaun/pom.xml b/biji-houdaun/pom.xml index 159e8f4..8725ca7 100644 --- a/biji-houdaun/pom.xml +++ b/biji-houdaun/pom.xml @@ -139,6 +139,18 @@ org.springframework.boot spring-boot-maven-plugin + + + + + + + + + + + + com.spotify diff --git a/biji-qianduan/.env.production b/biji-qianduan/.env.production index de50a44..68f97c4 100644 --- a/biji-qianduan/.env.production +++ b/biji-qianduan/.env.production @@ -1 +1 @@ -VITE_API_BASE_URL=https://liu-pox.311169.xyz +VITE_API_BASE_URL=https://biji-houdaun.311169.xyz diff --git a/biji-qianduan/package.json b/biji-qianduan/package.json index 98b8b70..c569f8c 100644 --- a/biji-qianduan/package.json +++ b/biji-qianduan/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "vite", "build": "vite build", + "build:frontend": "vite build", "preview": "vite preview" }, "dependencies": {