Implemented .env file and integrated env variables into production via production.env and the dotenv npm module

This commit is contained in:
2024-08-03 11:42:23 +03:00
parent 0fc7a2f22e
commit 50f6878502
5 changed files with 26 additions and 2 deletions

View File

@@ -23,5 +23,8 @@
"svelte": "^4.2.7",
"vite": "^5.0.3"
},
"type": "module"
"type": "module",
"dependencies": {
"dotenv": "^16.4.5"
}
}