···11# Changelog
2233+## Next
44+- Fix Content Security Policy issue
55+36## 1.3.1 - 2022 Jun 20
47- Fix archive button having an outline when clicked
58
+1-1
README.md
···23232424### Commands
25252626-- `DEVELOPMENT=1 npm run dev`: Start app in dev mode. `DEVELOPMENT=1` tells it to use `./src-tauri/appdata` for app data.
2626+- `npm run dev`: Start app in dev mode. It sets `DEVELOPMENT=1` to tell the app to use `./src-tauri/appdata` for app data.
2727- `npm run build`: Build
2828- `npm run lint`: Lint
2929- `npm run format`: Format