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
If something is not deployed on the server as an app, it doesn't need to be examined for security vunerabilities etc
Basically knowing this won't be run on a server is useful as it reduces the amount of code to audit
So should probably break up scripts into those that are used on server, and those that are for generating test data etc
Also move out any dependencies required by them
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If something is not deployed on the server as an app, it doesn't need to be examined for security vunerabilities etc
Basically knowing this won't be run on a server is useful as it reduces the amount of code to audit
So should probably break up scripts into those that are used on server, and those that are for generating test data etc
Also move out any dependencies required by them
The text was updated successfully, but these errors were encountered: