mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 17:32:31 +00:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
// @ts-check
|
|
import { viteNodeFetch } from './vite-node-shared.mjs'
|
|
|
|
export default () => viteNodeFetch('/manifest')
|