Skip to content

Commit 1f144e6

Browse files
authored
docs: static page warning about bun run build (#2151)
1 parent 823bd8c commit 1f144e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/2-features/13-static-pages.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Compiling and cleaning up static pages is done using the `{txt}static:generate`
3131
{:hl-comment:./tempest:} static:clean
3232
```
3333

34+
:::warning
35+
If you're using Tempest's vite integration, make sure to run `bun/npm run build` before generating static pages.
36+
:::
37+
3438
## Data providers
3539

3640
Since most pages require some form of dynamic data, static pages can be assigned a data provider, which will generate multiple pages for one controller action.

0 commit comments

Comments
 (0)