Skip to content

Brand new build system! πŸŽ‡

Compare
Choose a tag to compare
@WilliamRagstad WilliamRagstad released this 25 Feb 13:52
· 56 commits to main since this release

Knight has gotten a brand new build system when creating web server APIs!
No longer import all your controllers in index.ts, simply run

const app = await Knight.build();

And the framework will located all controllers under the current working directory for you!
You don't need to change any other part of your code, just remove all imports and clean up your server code! πŸŽ‰πŸŽ†