fix(core): import from file instead of the runtime directory
This commit is contained in:
parent
ae412b7613
commit
8b9825d761
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {
|
|||
evaluateServerScripts,
|
||||
injectHtmlFragments,
|
||||
injectCustomElements,
|
||||
} from '@mcflyjs/core/runtime'
|
||||
} from '@mcflyjs/core/runtime/index.js'
|
||||
|
||||
/**
|
||||
* @typedef {import('../config').McFlyConfig} Config
|
||||
|
|
Loading…
Reference in a new issue