~kris/9p

krisyotam.net

ref: ad748e037aad8d5c495b33e6c168f49407b1bf8a krisyotam.net/apps/hello/app.rc -rwxr-xr-x 165 bytes
ad748e03 — Kris Yotam ci: keep Vercel token out of build logs a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
fn hello_init {
    if(~ $req_path /hello) {
        handler_body_main='hello_body'
        pageTitle='Hi title!'
    }
}

fn hello_body {
    echo 'Hello world!'
}