Static builtin - Specify root path

Looking for a way to specify the root path for a static build.

This project is written in rescript and then compiled with vite into a /dist directory for just serving raw JS files.

Thanks in advance

Found this: App Configuration (fly.toml)

But it still will include all the assets in the root directory with indexing enabled, is there a way to only deploy the /dist directory without indexing?