Skip to content

Commit

Permalink
PR cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joywin2412 committed Aug 13, 2024
1 parent ef46d14 commit eeacdf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/creature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2135,4 +2135,4 @@ export type CreatureHintType =
| 'creature_name'
| 'no_action';

type HealthBubbleType = 'plasma' | 'frozen' | 'health';
type HealthBubbleType = 'plasma' | 'frozen' | 'health';
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit eeacdf6

Please sign in to comment.