dotfiles/.config/fish/functions/certn-web.fish

6 lines
95 B
Fish

function certn-web
cd code/lazer/certn/web_server/
nvm use 12
yarn start:local
end