feat: build framework

This commit is contained in:
2024-03-20 13:40:34 +08:00
parent 73998976a2
commit 06272c7630
3 changed files with 4 additions and 19 deletions

View File

@@ -7,5 +7,7 @@
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
"include": [
"vite.config.mts"
]
}