chore: update asset paths in Shuttle.toml for build and deploy

This commit is contained in:
itsscb 2025-03-04 20:51:58 +01:00
parent 29e9b1f944
commit f1a8b27a0e

View File

@ -1,4 +1,9 @@
[build] [build]
assets = [ assets = [
"frontend/dist/frontend/*", "frontend/dist/frontend/browser/*",
]
[deploy]
assets = [
"frontend/dist/frontend/browser/*",
] ]