mirror of https://github.com/halo-dev/halo
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
parent
551f2ae5ed
commit
1558f129ae
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue