Run formatter

Not sure why it keeps trying to indent the options though, in CI it
wants it flat.  Going to keep it flat for now until we figure it out.
This commit is contained in:
Asher 2024-08-26 11:31:52 -08:00
parent f8a4da7667
commit f74333cef3
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
2 changed files with 14 additions and 13 deletions

View File

@ -20,6 +20,7 @@
- [Proxying to a Vue app](#proxying-to-a-vue-app) - [Proxying to a Vue app](#proxying-to-a-vue-app)
- [Proxying to an Angular app](#proxying-to-an-angular-app) - [Proxying to an Angular app](#proxying-to-an-angular-app)
- [Proxying to a Svelte app](#proxying-to-a-svelte-app) - [Proxying to a Svelte app](#proxying-to-a-svelte-app)
- [Prefixing `/absproxy/<port>` with a path](#prefixing-absproxyport-with-a-path)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end --> <!-- prettier-ignore-end -->

View File

@ -282,7 +282,7 @@ export const options: Options<Required<UserProvidedArgs>> = {
}, },
"abs-proxy-base-path": { "abs-proxy-base-path": {
type: "string", type: "string",
description: "The base path to prefix all absproxy requests", description: "The base path to prefix to all absproxy requests",
}, },
} }