Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 20:27:53 +00:00
parent c8ef6c20b1
commit 5a37c85448

7
tests/fixtures/sample.env vendored Normal file
View File

@@ -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