From 5a37c854483c772171472e5f5d256a3378ac7dac Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:27:53 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- tests/fixtures/sample.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/fixtures/sample.env diff --git a/tests/fixtures/sample.env b/tests/fixtures/sample.env new file mode 100644 index 0000000..65bf504 --- /dev/null +++ b/tests/fixtures/sample.env @@ -0,0 +1,7 @@ +# Sample environment file +NODE_ENV=development +PORT=3000 +DATABASE_URL=postgres://user:pass@localhost:5432/mydb +API_KEY=abc123 +DEBUG=true +OPTIONAL_VAR=optional_value