@@ -35,7 +35,6 @@ func startGoServer(
c := exec.CommandContext(
ctx,
"bin/go",
- "--host=http://go",
fmt.Sprintf("--asset-proxy-url=%s", proxyURL))
c.Dir = root
c.Stdout = os.Stdout
@@ -18,9 +18,4 @@ export default defineConfig({
},
- server: {
- proxy: {
- "/api": "https://go.finch-mahi.ts.net",
- },
});