chore: Move dynamically generated type definitions into generated/

This commit is contained in:
Magnus Leßmann (@Mark.TwoFive) 2025-06-22 11:14:25 +02:00
parent b6db17e7d8
commit dca9845fe9
Signed by: Mark.TwoFive
GPG key ID: 58204042FE30B10C
2 changed files with 6 additions and 29 deletions

View file

@ -9,7 +9,9 @@ import { fileURLToPath, URL } from 'node:url'
export default defineConfig({
plugins: [
VueRouter(),
VueRouter({
dts: './src/generated/typed-routes.d.ts'
}),
Vue({
template: { transformAssetUrls },
}),
@ -19,7 +21,9 @@ export default defineConfig({
configFile: 'src/styles/settings.scss',
},
}),
Components(),
Components({
dts: './src/generated/components.d.ts',
}),
ViteFonts({
google: {
families: [ {