Skip to content

Commit

Permalink
fix: installation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasMubarakYasin committed Nov 4, 2022
1 parent 2dcba36 commit 9d59f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ const path = require("path");
* Module dependencies.
*/

process.env.PWD ??= process.cwd();

var init = require("../app");
var debug = require("debug")("expressjs:server");
var http = require("http");

process.env.PWD ??= process.cwd();

console.log("\n\n\n");
const log = console.log;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gis-server",
"version": "0.6.1",
"version": "0.6.2",
"description": "Server",
"author": "Anas <bladerlaiga@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 9d59f9a

Please sign in to comment.