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
folder structure
foo/ /bar /src serverless.yml
serverless-offline is run at foo/bar/src/ but sources using files in foo/bar. Is there any way to config watch?
The text was updated successfully, but these errors were encountered:
can be achieved using chokidar
Sorry, something went wrong.
Would you mind sharing an example of your configuration? Thanks @deathemperor!
sure! the config I use:
{ esbuild: { watch: { ignore: [".esbuild", "dist", "node_modules", ".build", ".git"], chokidar: { cwd: "../../", paths: ["./**/**/*.(ts|graphql|html|xlsx)"], }, } } }
No branches or pull requests
folder structure
serverless-offline is run at foo/bar/src/ but sources using files in foo/bar. Is there any way to config watch?
The text was updated successfully, but these errors were encountered: