summary refs log tree commit diff stats
path: root/scripts/setup.sh
blob: 175ec1305c9fcf6449aad96c24243a908d392e34 (plain) (blame)
1
2
3
4
5
6
#! /usr/bin/env sh

cargo run --manifest-path ./webserver/Cargo.toml &
trunk serve

# vim: ft=sh