Skip to content

Commit

Permalink
build: cleanup and bump nvmrc version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscno committed Feb 20, 2024
1 parent e00b5f5 commit b566d7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
v20.5.1
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.5.1
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion bundle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (process.env.DEV) {
servedir: '.',
fallback: "./index.html"
});
console.log(`Serving app at ${host}:${port}.`);
console.log(`Serving app at http://${host}:${port}/demo`);
} else {
// Clean /dist folder
fs.rmSync("./dist", { recursive: true, force: true });
Expand Down

0 comments on commit b566d7f

Please sign in to comment.