Rayyan Ul Haq
Rayyan Ul Haq
The feature introduced in 2.1.5 by the PR https://github.com/serverless/serverless-plugin-typescript/pull/190 about compiling ts files matched by the tsconfig include is hard coded to read the 'tsconfig.json' file from the directory. In...
I found most badges that i needed but where is the badge for this repo. Please add it. Thank You.
Feature Request Can we use commands and life cycles as described [here](https://www.serverless.com/blog/advanced-plugin-development-extending-the-core-lifecycle) so that a user is able to use the before hook to perform some action just before this...
Closes: https://github.com/serverless/serverless-plugin-typescript/issues/296
We have a table with a mysql multii-valued composite index. Creating a multi-valued index in myql requires casting as per the docs https://dev.mysql.com/doc/refman/8.4/en/create-index.html#create-index-multi-valued Our sql file to generate the schema...