Skip to content

Commit 16a8d2e

Browse files
committed
use common-memory directly until integrated into toolshed
1 parent 53b92b3 commit 16a8d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/packages/lookslike-high-level/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
changeOrigin: true,
4141
},
4242
"/api/storage/memory": {
43-
target: process.env.TOOLSHED_API_URL ?? "http://localhost:8000/",
43+
target: process.env.TOOLSHED_API_URL ?? "http://localhost:8001/",
4444
ws: true,
4545
changeOrigin: true,
4646
rewriteWsOrigin: true,

0 commit comments

Comments
 (0)