@frontman-ai/vite 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -285,6 +285,7 @@ function handleUI(config) {
|
|
|
285
285
|
<body>
|
|
286
286
|
<div id="root"></div>
|
|
287
287
|
` + runtimeConfigScript + `
|
|
288
|
+
<script>if(typeof process==="undefined"){window.process={env:{NODE_ENV:"production"}}}</script>
|
|
288
289
|
<script type="module" src="` + config.clientUrl + `"></script>
|
|
289
290
|
</body>
|
|
290
291
|
</html>`;
|
package/dist/index.js
CHANGED
|
@@ -5491,6 +5491,7 @@ function handleUI(config) {
|
|
|
5491
5491
|
<body>
|
|
5492
5492
|
<div id="root"></div>
|
|
5493
5493
|
` + runtimeConfigScript + `
|
|
5494
|
+
<script>if(typeof process==="undefined"){window.process={env:{NODE_ENV:"production"}}}</script>
|
|
5494
5495
|
<script type="module" src="` + config.clientUrl + `"></script>
|
|
5495
5496
|
</body>
|
|
5496
5497
|
</html>`;
|