Yang Zhang

Results 4 comments of Yang Zhang

can we automatically generate getter/setter, but not sure if we still can get advantage of compile errors. store.get('addTodoTitle') => store.getAddTodoTitle store.set('addTodoTitle') => store.setAddTodoTitle

`const out = await Bun.minify(code');`

this works well, modified from https://github.com/linnil1/hono-cf-proxy/blob/main/src/utils_basic.ts ```ts function basicProxy(proxy_url = ""): Handler { return async (c) => { // remove prefix // prefix = /app1/*, path = /app1/a/b // =>...

yep, it is a DNS problem; I just solve it, check it out! thx a lot