simple node app to test

This commit is contained in:
tusuii
2026-03-11 22:25:37 +05:30
commit 9c8f811cd4
8 changed files with 947 additions and 0 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
PORT=3000
MESSAGE="Hello from Node.js with .env!"