Skip to content

Commit

Permalink
Update neu cli, change config to make compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFqx committed Jan 18, 2024
1 parent 5d02283 commit 9632619
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"type": "node",
"serverReadyAction": {
"action": "debugWithChrome",
"pattern": "127.0.0.1:.*m([0-9]+)",
"uriFormat": "http://127.0.0.1:%s"
"pattern": "localhost:.*m([0-9]+)",
"uriFormat": "http://localhost:%s"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion automation/neu-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clientVersion": "3.12.0",
"frontendLibrary": {
"patchFile": "/src/index.html",
"devUrl": "http://127.0.0.1:5173",
"devUrl": "http://localhost:5173",
"projectPath": "/",
"initCommand": "echo",
"devCommand": "echo",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"phaser3-rex-plugins": "^1.60.9"
},
"devDependencies": {
"@neutralinojs/neu": "10.1.0",
"@neutralinojs/neu": "^10.1.1",
"png-to-ico": "^2.1.8",
"resedit": "^2.0.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default () => {
},
},
server: {
host: '127.0.0.1',
host: 'localhost',
},
});
};

0 comments on commit 9632619

Please sign in to comment.