We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340ea4 commit af347b2Copy full SHA for af347b2
docs/hub/spaces-config-reference.md
@@ -52,7 +52,7 @@ Path is relative to the root of the repository.
52
**`app_build_command`** : _string_
53
For static Spaces, command to run first to generate the HTML to render. Use together with `app_file`. Example: `npm run build`.
54
55
-Each update, the build command will run and the build output will be stored in `refs/convert/build`,
+Each update, the build command will run in a Job and the build output will be stored in `refs/convert/build`,
56
which will be served by the Space. See an example at https://huggingface.co/spaces/coyotte508/static-vite
57
58
**`app_port`** : _int_
0 commit comments