heartwood every commit a ring

Change sqlite dir

cf03e9e6 by Isaac Bythewood · 3 years ago

modified package.json
@@ -10,7 +10,7 @@    "webpack:development": "nodemon --watch webpack.config.js --exec 'webpack --config webpack.config.js --mode development --watch --devtool source-map'",    "webpack:production": "webpack --config webpack.config.js --mode production",    "pull": "concurrently --raw yarn:pull:db yarn:pull:media",    "pull:db": "scp `git config --get remote.origin.url | cut -d ':' -f 1`:/srv/data/blog/db.sqlite3 .",    "pull:db": "scp `git config --get remote.origin.url | cut -d ':' -f 1`:/srv/data/blog/db/db.sqlite3 .",    "pull:media": "scp -r `git config --get remote.origin.url | cut -d ':' -f 1`:/srv/data/blog/media .",    "format": "concurrently --raw yarn:format:python",    "format:python": "pipenv run black --exclude '/(\\.venv|\\.git|migrations|node_modules)/' ."