Local Deployments

XYZ can be deployed locally by running the server.js node.

In Visual Studio Code we recommend to store the environment settings in the env:{} object of the .launch file.

During startup, server.jsarrow-up-right will check for dotenvarrow-up-right. If found the dotenv settings will be loaded as environment settings.

Last updated