Kelly Norton 11 months ago
parent
commit
789f91b84f
2 changed files with 0 additions and 6 deletions
  1. 0 1
      cmd/devserver/main.go
  2. 0 5
      vite.config.ts

+ 0 - 1
cmd/devserver/main.go

@@ -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

+ 0 - 5
vite.config.ts

@@ -18,9 +18,4 @@ export default defineConfig({
       },
     },
   },
-  server: {
-    proxy: {
-      "/api": "https://go.finch-mahi.ts.net",
-    },
-  },
 });