結論 SolidStart の proxy で websocket を使う target を指定するためには vite.server.proxy を通常通り指定 server.experimental.websocket = true にする 結果、 app.config.ts (app.config.js) は以下のようになる。 ("/websocket": "http://localhost:3001" のあたりなんかは都合よく置き換え) import { defineConfig } from "@solidjs/start/config"; export default defineC…