From f81b471095fca67893b2e0a64d4e927e3aefac68 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 30 Mar 2024 15:15:48 -0400 Subject: [PATCH] feat: check if dev build is loaded on the deployment preview site --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index bf16fcae8e..584d20092f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,3 +6,5 @@ export type {Config} from './config'; export {normalize} from './normalize'; export type {TopLevelSpec} from './spec'; export * from './util'; + +console.log('Hello, this is proof of a dev build');