From eeacdf6aa383c5903627a293add07cc0d5103eb4 Mon Sep 17 00:00:00 2001 From: Joywin2412 Date: Tue, 13 Aug 2024 18:54:43 +0530 Subject: [PATCH] PR cleanup --- src/creature.ts | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', },