Christian Nuss
Christian Nuss
I've found a less-hacky way of getting the URL to update, and considering you're using NPM 8.3.0+ (also worked with `yarn` 1.22) NOTE: I needed to clear my `node_modules` /...
> I've found a less-hacky way of getting the URL to update, and considering you're using NPM 8.3.0+ (also worked with `yarn` 1.22) > > NOTE: I needed to clear...
I've added a PR for this here: https://github.com/AnomalyInnovations/serverless-bundle/pull/366 cc: @jayair
I've added a PR for this here: https://github.com/AnomalyInnovations/serverless-bundle/pull/366 cc: @jayair
hi @weixu365 ! let me know what you think of this PR! thank you!
hi @weixu365 could you have a look at this PR? thank you!
hi @weixu365 for my use case I have a hook on `offline:start` which runs database migrations at startup. the table name is dynamic based on Serverless `stage` and that logic...
@weixu365 done! could you allow the unit tests to run?
@weixu365 another question... should we create a `custom.scriptable.environment[]` so that this feature is opt-in? ``` custom: scriptable: environment: - process # the default # opt in for this feature: #...
I'll fix the codecov failure asap