mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import { defineConfig } from '@tuyau/core';
|
|
|
|
const tuyauConfig = defineConfig({
|
|
codegen: {},
|
|
});
|
|
|
|
export default tuyauConfig;
|