Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
🐛 Fix import join
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 6, 2019
1 parent 7fc889f commit c7fb8e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "staart-manager",
"version": "1.1.25",
"version": "1.1.26",
"main": "index.js",
"repository": "[email protected]:AnandChowdhary/staart.git",
"author": "Anand Chowdhary <[email protected]>",
Expand Down Expand Up @@ -144,5 +144,5 @@
"setup"
],
"snyk": true,
"staart-version": "1.1.25"
"staart-version": "1.1.26"
}
4 changes: 4 additions & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import cors from "cors";
import responseTime from "response-time";
import { json, urlencoded } from "body-parser";
import { Server } from "@overnightjs/core";

// This `join` is required for static files in app.ts
import { join } from "path";

import {
errorHandler,
trackingHandler,
Expand Down

0 comments on commit c7fb8e6

Please sign in to comment.