Skip to content

v0.17.4

Compare
Choose a tag to compare
@Valerioageno Valerioageno released this 23 Jan 17:58
· 108 commits to main since this release
3cb150b

What's Changed

New configuration

import type { TuonoConfig } from 'tuono/config'

const config: TuonoConfig = {
  server: {
    host: 'localhost',
    port: 3000,
  },
}

export default config

New Contributors

Full Changelog: v0.17.3...v0.17.4