mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
doc: fix deno preview command (#5464)
This commit is contained in:
parent
6a1e4ca02c
commit
d79e9d73a3
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export default defineConfig({
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
The [Astro Deno](https://github.com/withastro/astro/tree/main/examples/deno) example includes a `preview:deno` command that runs the entry script directly. Run `npm run build` then `npm run preview:deno` to run the production deno server.
|
The [Astro Deno](https://github.com/withastro/astro/tree/main/examples/deno) example includes a `preview` command that runs the entry script directly. Run `npm run build` then `npm run preview` to run the production deno server.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue