diff options
author | 2024-08-08 12:35:46 +0000 | |
---|---|---|
committer | 2024-08-08 12:35:46 +0000 | |
commit | a851021498db8ffbb06287c8c3cf1e3fa79407c5 (patch) | |
tree | ef7e68d2b1859b607e94aff92950d16ce2d552be | |
parent | 32be5494f6d33dbe32208704405162c95a64f0bc (diff) | |
download | astro-a851021498db8ffbb06287c8c3cf1e3fa79407c5.tar.gz astro-a851021498db8ffbb06287c8c3cf1e3fa79407c5.tar.zst astro-a851021498db8ffbb06287c8c3cf1e3fa79407c5.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 17e9a55f0..64923d91c 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2002,10 +2002,10 @@ export interface AstroUserConfig { * }, * }) * --- - * + * * <script> * import { API_URL } from "astro:env/client" - * + * * fetch(`${API_URL}/ping`) * </script> * ``` |