[#24] changed .env to be a public js file script loaded by index.html

This commit is contained in:
Camille Moussu
2025-07-08 11:40:42 +02:00
parent 256d3a32c0
commit 4e32e351c4
7 changed files with 23 additions and 22 deletions
+1
View File
@@ -31,6 +31,7 @@
rel="stylesheet"
/>
<title>React App</title>
<script src="<%= assetPrefix %>/.env.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>