Roman Lamsal

Results 4 comments of Roman Lamsal

the other advanced query parameters are also missing. Until #89 is merged, you can create an `augment.d.ts` file in your project and paste the following content ```ts declare module "athena-express"...

I guess it depends what you want to achieve. If you only want your routes to be rendered under the matching URLs and do not need any actual static html...

Why not just make use of [process.chdir]( https://nodejs.org/api/process.html#process_process_chdir_directory)?

Yes, but is that not the intention of a `--cwd` flag? For example, running `ts-node --cwd /some/where your-script.ts` will try to execute `/some/where/your-script.ts`. I'm just saying, `cwd` as flag is...