fix image paths

This commit is contained in:
2026-04-14 00:11:07 -06:00
parent 168ebe94fc
commit 3c4743fa70
4 changed files with 41 additions and 9 deletions

View File

@@ -151,6 +151,12 @@
<configuration>
<mainClass>com.petshop.backend.DevStackApplication</mainClass>
<classpathScope>runtime</classpathScope>
<systemProperties>
<systemProperty>
<key>UPLOAD_BASE_DIR</key>
<value>${project.basedir}/uploads</value>
</systemProperty>
</systemProperties>
</configuration>
</execution>
<execution>