mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
ec4577c187
Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import type { TuonoConfig } from 'tuono/config'
|
|
|
|
const config: TuonoConfig = {}
|
|
|
|
export default config
|