diff --git a/.gitignore b/.gitignore index 4a6159e48..ba1958d41 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 711886ccc..807a7f689 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 92f448131..12b6dc93a 100644 --- a/web/index.html +++ b/web/index.html @@ -6,20 +6,11 @@ -