diff --git a/src/creature.ts b/src/creature.ts index 241a50c83..c60782ae3 100644 --- a/src/creature.ts +++ b/src/creature.ts @@ -2135,4 +2135,4 @@ export type CreatureHintType = | 'creature_name' | 'no_action'; -type HealthBubbleType = 'plasma' | 'frozen' | 'health'; \ No newline at end of file +type HealthBubbleType = 'plasma' | 'frozen' | 'health'; diff --git a/webpack.config.js b/webpack.config.js index 612694c5c..201105765 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -146,7 +146,7 @@ module.exports = (env, argv) => { }, devServer: { static: process.env.PUBLIC_PATH ? process.env.PUBLIC_PATH : './', - port: 8090, + port: 8080, proxy: { '/api': '159.65.232.104:7350', },