Revert "test to validate subrouting (#927)" (#936)

This reverts commit 6a3dbe08de.
This commit is contained in:
Chenlei Hu
2024-09-23 14:30:17 +09:00
committed by GitHub
parent 78dea484c9
commit 65560604a8
6 changed files with 1 additions and 38 deletions

View File

@@ -114,11 +114,6 @@ export default defineConfig({
'/ws': {
target: DEV_SERVER_COMFYUI_URL,
ws: true
},
'/testsubrouteindex': {
target: 'http://localhost:5173',
rewrite: (path) => path.substring('/testsubrouteindex'.length)
}
}
},