This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/health-check/cli/run

6 lines
109 B
Plaintext
Raw Normal View History

2021-01-26 11:18:40 +00:00
#!/usr/bin/env node
process.env.NODE_ENV = process.env.NODE_ENV || "production";
require("../src/run.js");