Skip to content

Commit

Permalink
nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaslinsky committed Apr 22, 2022
1 parent 03b443c commit 70f36a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ try {
fs.removeSync("/dist");
console.log("deleting dist folder");
childProcess.exec("tsc --build tsconfig.json");
fs.copySync(`./nginx`, `./dist`);
fs.copySync(`./nginx`, `/`);
} catch (err) {
console.log(err);
}

0 comments on commit 70f36a2

Please sign in to comment.