diff --git a/server/api/preview/serve-html.ts b/server/api/preview/serve-html.ts
index 291514e..02e5421 100644
--- a/server/api/preview/serve-html.ts
+++ b/server/api/preview/serve-html.ts
@@ -29,11 +29,11 @@ export const serveHtml = async (
const injectScripts = [''];
// prevent direct access
- if (!IS_DEV) {
- injectScripts.push(
- ``
- );
- }
+ // if (!IS_DEV) {
+ // injectScripts.push(
+ // ``
+ // );
+ // }
// js import maps
const importMaps = settings?.js?.packages || [];