aboutsummaryrefslogtreecommitdiff
path: root/demos/css-stress-test/dotenv-load-check.ts
diff options
context:
space:
mode:
Diffstat (limited to 'demos/css-stress-test/dotenv-load-check.ts')
-rw-r--r--demos/css-stress-test/dotenv-load-check.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/css-stress-test/dotenv-load-check.ts b/demos/css-stress-test/dotenv-load-check.ts
deleted file mode 100644
index fb035ee07..000000000
--- a/demos/css-stress-test/dotenv-load-check.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-console.log(
- "process.env.__NEXT_TRAILING_SLASH is set to",
- process.env.__NEXT_TRAILING_SLASH ? true : false
-);
-
-console.log("SO_MANY_DOT_ENVS is:", SO_MANY_DOT_ENVS);