refactor: migrate backend to TypeScript

This commit is contained in:
gin
2026-06-17 17:40:12 +08:00
parent 98eae63435
commit 74acfd664f
457 changed files with 7397 additions and 25009 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import type { UserConfigExport } from "@tarojs/cli"
export default {
defineConstants: {
TARO_APP_API_BASE: JSON.stringify("http://localhost:3000")
},
mini: {},
h5: {}
} satisfies UserConfigExport<'vite'>