We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed79e4c commit c508d35Copy full SHA for c508d35
src/envs.ts
@@ -16,9 +16,9 @@
16
* See the License for the specific language governing permissions and
17
* limitations under the License.
18
*/
19
-import { Assertions as A } from "@routr/common"
+import { Assertions as A } from "@routr/common";
20
21
-A.assertEnvsAreSet(["LOCATION_ADDR"])
+A.assertEnvsAreSet(["LOCATION_ADDR"]);
22
23
-export const BIND_ADDR = process.env.BIND_ADDR ?? "0.0.0.0:51904"
24
-export const LOCATION_ADDR = process.env.LOCATION_ADDR
+export const BIND_ADDR = process.env.BIND_ADDR ?? "0.0.0.0:51904";
+export const LOCATION_ADDR = process.env.LOCATION_ADDR;
0 commit comments