summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2024-11-24 11:04:55 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-24 11:04:55 +0100
commit46b8a71e5edeb36e52fab0ee20afe635a70cf02a (patch)
treefb3607bb0523c09017ef3b31e259251e10beb69e
parentd023682d6c6d8797f15f3c0f65893a4aa62e3b5b (diff)
downloadastro-46b8a71e5edeb36e52fab0ee20afe635a70cf02a.tar.gz
astro-46b8a71e5edeb36e52fab0ee20afe635a70cf02a.tar.zst
astro-46b8a71e5edeb36e52fab0ee20afe635a70cf02a.zip
Delete empty `server-islands` example (#12512)
Diffstat (limited to '')
-rw-r--r--examples/server-islands/tsconfig.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/server-islands/tsconfig.json b/examples/server-islands/tsconfig.json
deleted file mode 100644
index 8bf91d3bb..000000000
--- a/examples/server-islands/tsconfig.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "extends": "astro/tsconfigs/strict",
- "include": [".astro/types.d.ts", "**/*"],
- "exclude": ["dist"]
-}