We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly congratulation!
I'm working on a POC where I'm using node + typescript + serverless.
I'm with the same problem related here: Crashes when starting offline
But I believe that the problem here is because the compiled javascript directory is: ./build
./build
The text was updated successfully, but these errors were encountered:
@gapinto you that plugin get root location of the handlers' files from serverless-offlice plugin config. it defaults to the current directory.
custom: serverless-offline: host: 0.0.0.0 port: 4000 dontPrintOutput: true location: build
hope this helped.
Sorry, something went wrong.
No branches or pull requests
Firstly congratulation!
I'm working on a POC where I'm using node + typescript + serverless.
I'm with the same problem related here: Crashes when starting offline
But I believe that the problem here is because the compiled javascript directory is:
./build
The text was updated successfully, but these errors were encountered: