feat: 所有格式转换成wav
This commit is contained in:
@@ -5,6 +5,8 @@ import { inspectorServer } from "@react-dev-inspector/vite-plugin";
|
||||
import basicSsl from "@vitejs/plugin-basic-ssl";
|
||||
export default defineConfig({
|
||||
// basicSsl()
|
||||
// target: "https://petshy.tashowz.com",
|
||||
// http://192.168.1.231:48080
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 3000,
|
||||
@@ -12,7 +14,7 @@ export default defineConfig({
|
||||
open: true,
|
||||
proxy: {
|
||||
"/app-api": {
|
||||
target: "https://petshy.tashowz.com",
|
||||
target: "http://192.168.1.231:48080",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user