Brand new build system! π
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! ππ