Skip to content

Commit

Permalink
fiveserver setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 13, 2024
1 parent 740a6a0 commit 00229f1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"yandeu.five-server"
]
}
18 changes: 18 additions & 0 deletions fiveserver.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
root: 'lmo_web/',
host: '0.0.0.0',
open: 'index.html',
// uses a self-signed certificate
https: true,

// enable highlight feature
highlight: true,
// enable instant update
injectBody: true,
// enable remoteLogs
remoteLogs: true,
// disable injecting css
injectCss: false,
// enable auto-navigation
navigate: true,
};

0 comments on commit 00229f1

Please sign in to comment.