Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// @ts-check
import { startVite } from 'vite-hyper-config'
import { DevPlugin } from './dev.js'
startVite(
undefined,
{ plugins: [DevPlugin()] },
{
deps: {
inline: ['@vitejs/plugin-vue']
}
)