Skip to content

Commit

Permalink
fix: resolve error log when running the dev environment of Console (h…
Browse files Browse the repository at this point in the history
…alo-dev#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 halo-dev#4963 

#### Special notes for your reviewer:


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


```release-note
None
```
  • Loading branch information
pillar-cat authored Dec 3, 2023
1 parent 551f2ae commit 1558f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/packages/editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 1558f12

Please sign in to comment.