fixes(frontend): fixed small types/incorrect code
This commit is contained in:
parent
16cac7e111
commit
fac6df3882
5 changed files with 5 additions and 7 deletions
|
|
@ -11,8 +11,7 @@ export default defineConfig({
|
|||
hmr: {
|
||||
protocol: 'ws',
|
||||
host: 'localhost',
|
||||
port: '5137',
|
||||
|
||||
port: 5137,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue