Implemented .env file and integrated env variables into production via production.env and the dotenv npm module
This commit is contained in:
@@ -23,5 +23,8 @@
|
||||
"svelte": "^4.2.7",
|
||||
"vite": "^5.0.3"
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user