2022-04-12 10:04:55 +00:00
|
|
|
import { $fetch } from 'ohmyfetch'
|
|
|
|
import { getViteNodeOptions } from './vite-node-shared.mjs'
|
|
|
|
|
|
|
|
const viteNodeOptions = getViteNodeOptions()
|
|
|
|
|
2022-06-27 12:08:52 +00:00
|
|
|
export default () => $fetch('/manifest', { baseURL: viteNodeOptions.baseURL })
|