Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8d8e763724
commit
5c70f09afe
|
|
@ -20,7 +20,8 @@ import './components/velxio-components/EPaperElement';
|
|||
import App from './App.tsx';
|
||||
|
||||
// Configure monaco-editor for offline use via local static assets
|
||||
loader.config({ paths: { vs: '/monaco/vs' } });
|
||||
const monacoVsPath = `${import.meta.env.BASE_URL}monaco/vs`;
|
||||
loader.config({ paths: { vs: monacoVsPath } });
|
||||
|
||||
createRoot(document.getElementById('root')!).render(<App />);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue