You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this feature request related to a new or existing Amplify category?
New category
Describe the feature you'd like to request
I'd like to using node -r tsconfig-paths/register -r esbuild-register to config a TypeScript rumtime.
but currently the config doesn't support passing command options to the runtime command.
Hey @yaquawa it was noticed there is also the capability to provide a custom runtime to the command hooks, which should enable us to use ts-node or something like vite-node to run TypeScript scripts directly. For example, say we use the following hooks-config.json
Is this feature request related to a new or existing Amplify category?
New category
Describe the feature you'd like to request
I'd like to using
node -r tsconfig-paths/register -r esbuild-register
to config a TypeScript rumtime.but currently the config doesn't support passing command options to the runtime command.
Describe the solution you'd like
Additional context
No response
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: