Problem description
We will be splitting out some files to make it easier to maintain but need to bundle the files into a final spec or spec(s).
Expected action
CI or git hook to do the bundling. Partial towards CI (or both) since a git hook can be disabled with --no-verify.
Additional context
Looking into splitting up the API to both reduce the number of 501s and to make it easier to maintain as the file is getting quite large.
Problem description
We will be splitting out some files to make it easier to maintain but need to bundle the files into a final spec or spec(s).
Expected action
CI or git hook to do the bundling. Partial towards CI (or both) since a git hook can be disabled with --no-verify.
Additional context
Looking into splitting up the API to both reduce the number of 501s and to make it easier to maintain as the file is getting quite large.