Nuxt/packages/vite/src/runtime/client.manifest.mjs

7 lines
221 B
JavaScript
Raw Normal View History

import { $fetch } from 'ohmyfetch'
import { getViteNodeOptions } from './vite-node-shared.mjs'
const viteNodeOptions = getViteNodeOptions()
export default () => $fetch('/manifest', { baseURL: viteNodeOptions.baseURL })