mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
17 lines
299 B
TypeScript
17 lines
299 B
TypeScript
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 |