diff --git a/Shuttle.toml b/Shuttle.toml index 2e4c515..7fdf21d 100644 --- a/Shuttle.toml +++ b/Shuttle.toml @@ -4,6 +4,9 @@ assets = [ ] [deploy] +include = [ + "frontend/dist/frontend/browser/*", +] assets = [ "frontend/dist/frontend/browser/*", ] \ No newline at end of file