fix: resolve error log when running the dev environment of Console (#4983)

#### What type of PR is this?

/kind bug


#### What this PR does / why we need it:
This will resolve the error log output when running dev environment of Console

#### Which issue(s) this PR fixes:

Fixes #4963 

#### Special notes for your reviewer:


#### Does this PR introduce a user-facing change?


```release-note
None
```
pull/4987/head
Pillar Cat 2023-12-03 18:30:08 +08:00 committed by GitHub
parent 551f2ae5ed
commit 1558f129ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/dev/main.ts"></script>
<script type="module" src="/src/dev/main.ts"></script>
</body>
</html>