summaryrefslogtreecommitdiff
path: root/.config/fish/functions/certn-web.fish
blob: 6d825b6ffe10350f85ecaf34ae4dab8126ea8e3f (plain)
1
2
3
4
5
function certn-web
    cd code/lazer/certn/web_server/
    nvm use 12
    yarn start:local
end