summary refs log tree commit diff
path: root/scripts/openapi.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set eslint env properlyMadeline2023-04-121-2/+0
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Ajv and openapi spec use different versions of typescript json schema??????Madeline2023-03-251-9/+33
|
* Work towards fixing openapi specMadeline2023-03-241-7/+9
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* add back openapi generation. todo: find way to keep route text descriptions ↵Madeline2023-01-061-0/+169
in code, and find way to get usages of right/permission .hasThrow