fix(api): dynamix notifications dir during development (#1216)

In the `[notify]` section of the ./dev/dynamix config, updated the path from "/app/dev/notifications" to "./dev/notifications" to fix notification crud in local, non-docker development.
This commit is contained in:
Pujit Mehrotra
2025-03-03 15:03:14 -05:00
committed by GitHub
parent bce06cd76c
commit 270072266a

View File

@@ -32,5 +32,5 @@ display="0"
date="d-m-Y"
time="H:i"
position="top-right"
path="/app/dev/notifications"
path="./dev/notifications"
system="*/1 * * * *"