refactor: migrate backend to TypeScript
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user