summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-09-30 16:02:52 -0500
committerGravatar GitHub <noreply@github.com> 2022-09-30 16:02:52 -0500
commit0ae81479888ae76ce5ba6dc31b1c379675763797 (patch)
tree801d77812fd18d476229493ec612db362ae23ed2
parente2afd2227190bc0736bfc6e6b61c0e0ad731ec75 (diff)
downloadastro-0ae81479888ae76ce5ba6dc31b1c379675763797.tar.gz
astro-0ae81479888ae76ce5ba6dc31b1c379675763797.tar.zst
astro-0ae81479888ae76ce5ba6dc31b1c379675763797.zip
chore: delete .stackblitzrc files from examples (#4922)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r--examples/basics/.stackblitzrc6
-rw-r--r--examples/blog/.stackblitzrc6
-rw-r--r--examples/deno/.stackblitzrc6
-rw-r--r--examples/docs/.stackblitzrc6
-rw-r--r--examples/framework-alpine/.stackblitzrc6
-rw-r--r--examples/framework-lit/.stackblitzrc6
-rw-r--r--examples/framework-multiple/.stackblitzrc6
-rw-r--r--examples/framework-preact/.stackblitzrc6
-rw-r--r--examples/framework-react/.stackblitzrc6
-rw-r--r--examples/framework-solid/.stackblitzrc6
-rw-r--r--examples/framework-svelte/.stackblitzrc6
-rw-r--r--examples/framework-vue/.stackblitzrc6
-rw-r--r--examples/minimal/.stackblitzrc6
-rw-r--r--examples/non-html-pages/.stackblitzrc6
-rw-r--r--examples/portfolio/.stackblitzrc6
-rw-r--r--examples/with-markdown-plugins/.stackblitzrc6
-rw-r--r--examples/with-markdown-shiki/.stackblitzrc6
-rw-r--r--examples/with-mdx/.stackblitzrc6
-rw-r--r--examples/with-nanostores/.stackblitzrc6
-rw-r--r--examples/with-tailwindcss/.stackblitzrc6
-rw-r--r--examples/with-vite-plugin-pwa/.stackblitzrc6
-rw-r--r--examples/with-vitest/.stackblitzrc6
22 files changed, 0 insertions, 132 deletions
diff --git a/examples/basics/.stackblitzrc b/examples/basics/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/basics/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/blog/.stackblitzrc b/examples/blog/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/blog/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/deno/.stackblitzrc b/examples/deno/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/deno/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/docs/.stackblitzrc b/examples/docs/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/docs/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-alpine/.stackblitzrc b/examples/framework-alpine/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-alpine/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-lit/.stackblitzrc b/examples/framework-lit/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-lit/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-multiple/.stackblitzrc b/examples/framework-multiple/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-multiple/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-preact/.stackblitzrc b/examples/framework-preact/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-preact/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-react/.stackblitzrc b/examples/framework-react/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-react/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-solid/.stackblitzrc b/examples/framework-solid/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-solid/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-svelte/.stackblitzrc b/examples/framework-svelte/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-svelte/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/framework-vue/.stackblitzrc b/examples/framework-vue/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/framework-vue/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/minimal/.stackblitzrc b/examples/minimal/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/minimal/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/non-html-pages/.stackblitzrc b/examples/non-html-pages/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/non-html-pages/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/portfolio/.stackblitzrc b/examples/portfolio/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/portfolio/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-markdown-plugins/.stackblitzrc b/examples/with-markdown-plugins/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-markdown-plugins/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-markdown-shiki/.stackblitzrc b/examples/with-markdown-shiki/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-markdown-shiki/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-mdx/.stackblitzrc b/examples/with-mdx/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-mdx/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-nanostores/.stackblitzrc b/examples/with-nanostores/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-nanostores/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-tailwindcss/.stackblitzrc b/examples/with-tailwindcss/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-tailwindcss/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-vite-plugin-pwa/.stackblitzrc b/examples/with-vite-plugin-pwa/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-vite-plugin-pwa/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file
diff --git a/examples/with-vitest/.stackblitzrc b/examples/with-vitest/.stackblitzrc
deleted file mode 100644
index 43798ecff..000000000
--- a/examples/with-vitest/.stackblitzrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "startCommand": "npm start",
- "env": {
- "ENABLE_CJS_IMPORTS": true
- }
-} \ No newline at end of file