tuono.config.ts
import type { TuonoConfig } from 'tuono/config'
const config: TuonoConfig = {
vite: {
alias: {
'@': 'src',
},
}
export default config