Upgrade sqlx to 0.7 + some tweaks

This commit is contained in:
2023-07-05 21:14:31 -04:00
parent 5169fac218
commit 7289151318
4 changed files with 405 additions and 134 deletions

View File

@@ -26,6 +26,8 @@ build-dev-frontend: clean-frontend
--root ./frontend \
--entry-naming [dir]/[name]-[hash].[ext] \
--asset-naming [dir]/[name]-[hash].[ext]
touch ./static/js/manifest.txt # create empty manifest needed so binary compiles
touch ./static/css/manifest.txt # create empty manifest needed so binary compiles
# in development mode, frontend changes do not trigger a rebuild of the backend
watch-frontend: install-frontend