diff --git a/.gitignore b/.gitignore index 4a6159e4..ba1958d4 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ build .idea bin/air + +dev-dist \ No newline at end of file diff --git a/docs/development.md b/docs/development.md index 711886cc..807a7f68 100644 --- a/docs/development.md +++ b/docs/development.md @@ -21,7 +21,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien git clone https://github.com/usememos/memos ``` -2. Start backend server with `air`(with live reload) +2. Start backend server with [`air`](https://github.com/cosmtrek/air) (with live reload) ```bash air -c scripts/.air.toml diff --git a/web/index.html b/web/index.html index 92f44813..12b6dc93 100644 --- a/web/index.html +++ b/web/index.html @@ -6,20 +6,11 @@ -