summaryrefslogtreecommitdiff
path: root/examples/ssr/src/api.ts
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2022-10-12 09:48:29 -0300
committerGravatar GitHub <noreply@github.com> 2022-10-12 09:48:29 -0300
commitf604ef6c694e88bcf2f22ce97a33bf131074326f (patch)
treec5579e65fb4c6c0ba854933998e5993137a9c0ce /examples/ssr/src/api.ts
parent640ce72d336101ff3bc02a596373ddbf1713e5db (diff)
downloadastro-f604ef6c694e88bcf2f22ce97a33bf131074326f.tar.gz
astro-f604ef6c694e88bcf2f22ce97a33bf131074326f.tar.zst
astro-f604ef6c694e88bcf2f22ce97a33bf131074326f.zip
Run astro check on all examples in CI (#5022)
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes
Diffstat (limited to 'examples/ssr/src/api.ts')
-rw-r--r--examples/ssr/src/api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/src/api.ts b/examples/ssr/src/api.ts
index 939130506..32b48e220 100644
--- a/examples/ssr/src/api.ts
+++ b/examples/ssr/src/api.ts
@@ -1,4 +1,4 @@
-interface Product {
+export interface Product {
id: number;
name: string;
price: number;