Skip to content

Commit

Permalink
🐛 Ensure join exists (upptime/upptime#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 28, 2020
1 parent dde4723 commit 053d51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import fs from "fs-extra";
import polka from "polka";
import sirv from "sirv";
import { safeLoad } from "js-yaml";
import { join } from "path";

const { PORT, NODE_ENV } = process.env;
const dev = NODE_ENV === "development";
Expand Down

0 comments on commit 053d51d

Please sign in to comment.