mirror of
https://github.com/usememos/memos.git
synced 2024-11-14 10:44:50 +08:00
10 lines
103 B
Bash
10 lines
103 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Usage: ./scripts/start.sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/../"
|
||
|
|
||
|
air -c ./scripts/.air.toml
|