Created man files

This commit is contained in:
2023-11-15 08:42:39 +01:00
parent f7003b0e51
commit f5acad4ecc
4 changed files with 60 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export default defineConfig({
'@components': fileURLToPath(new URL('./src/components', import.meta.url)),
'@views': fileURLToPath(new URL('./src/views', import.meta.url)),
'@assets': fileURLToPath(new URL('./src/assets', import.meta.url)),
'@man': fileURLToPath(new URL('./src/components/man', import.meta.url)),
}
}
})