@thunderstorefront/sdk
Version:
Create Nuxt extendable layer with this GitHub template.
19 lines (13 loc) • 428 B
JavaScript
import { updateAppConfig } from '#app/config'
import { defuFn } from 'defu'
const inlineConfig = {
"nuxt": {}
}
// Vite - webpack is handled directly in #app/config
if (import.meta.hot) {
import.meta.hot.accept((newModule) => {
updateAppConfig(newModule.default)
})
}
import cfg0 from "/Users/yhromovyi/ProjectsLocal/thunder/packages/sdk/app/app.config.ts"
export default /*@__PURE__*/ defuFn(cfg0, inlineConfig)