mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
refactor: migrate from @izzyjs/route to @tuyau
This commit is contained in:
17
config/tuyau.ts
Normal file
17
config/tuyau.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineConfig } from '@tuyau/core'
|
||||
|
||||
const tuyauConfig = defineConfig({
|
||||
codegen: {
|
||||
/**
|
||||
* Filters the definitions and named routes to be generated
|
||||
*/
|
||||
// definitions: {
|
||||
// only: [],
|
||||
// }
|
||||
// routes: {
|
||||
// only: [],
|
||||
// }
|
||||
}
|
||||
})
|
||||
|
||||
export default tuyauConfig
|
||||
Reference in New Issue
Block a user