Files
flowfish/backend
taylanbakircioglu 55c3dfcd41 fix: escape emptyDir braces in f-string to prevent SyntaxError
The config-generated emptyDir volume added inside an f-string
used literal {} which Python interprets as an empty expression.
Escaped to {{}} so it renders as {} in the generated script.

Made-with: Cursor
2026-04-02 10:36:25 +03:00
..