Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Apr 5, 2024
1 parent 5ca45b0 commit 98978a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ app.listen(app.get('port'), function () {
if (fs.existsSync(path.join(process.cwd(), 'extension.js'))) {
require(path.join(process.cwd(), 'extension')).extend(app);
}

0 comments on commit 98978a8

Please sign in to comment.