diff options
author | 2024-11-24 11:04:55 +0100 | |
---|---|---|
committer | 2024-11-24 11:04:55 +0100 | |
commit | 46b8a71e5edeb36e52fab0ee20afe635a70cf02a (patch) | |
tree | fb3607bb0523c09017ef3b31e259251e10beb69e | |
parent | d023682d6c6d8797f15f3c0f65893a4aa62e3b5b (diff) | |
download | astro-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.json | 5 |
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"] -} |