Daniel Däschle
Daniel Däschle
`'/api/v1/{param_id}/new'` isn't regex. it's just url parameters. yes it is supported. optional parameters can be achieved by using two routes. ``` @swapy.on('/api/v1') @swapy.on('/api/v1/:id') def something(): pass ```
Do you mean something like: `\/api(\/v1)?` to match `/api/v1` and `/api` as example?
``` ➜ v git:(master) ✗ v -cc msvc -live run main.v Unhandled Exception 0xC0000005 C.CaptureStackBackTrace returned less than 2 frames ```
should remain open
I agree the CLA
A workaround was found: declaring both. ``` '@eschbach/app-sdk/extensions/shared/v1': { singleton: true, }, '@eschbach/app-sdk': { singleton: true, }, ```
I will try to provide something next week.
Sorry, didn't find time yet.
https://github.com/danieldaeschle/module-federation-vite-bug-partial-shared-package
everything is up to date.