spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.54k stars 58 forks source link

Include .env file and /dist folder within setup-dev #493

Closed jinwook-k closed 1 year ago

jinwook-k commented 1 year ago

When going through the documentation of a new, initial dev setup, there are some errors where some of the env variables are not setup and Tauri app crashes to build because the /dist folder doesn't exist.

Adding additional checks to see if the file/folder exists for dev setup, if not, then create: