TylerAtCodeOfLife
Results
2
issues of
TylerAtCodeOfLife
## Feature description Your documentation and examples have no examples where you can touch the input. How difficult would this be to implement with your underlying widgets?
enhancement
import { defineConfig } from 'vite' import pattycake from 'pattycake' // typescript wants pattycake.vite(options) export default defineConfig({ plugins:[ pattycake.vite() ] }) // the options type HirCodegenOpts just has a bool...