conalryan

Results 1 comments of conalryan

Workaround for a single slash is to set the "serverPath" in the options ` "baseHref": "/some-app" ... "options": { "proxyConfig": "proxy.json", "servePath": "/" } ` https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/build_angular/src/builders/dev-server/vite-server.ts#L86 However this doesn't work...