Skip to content

Commit

Permalink
feat: check if dev build is loaded on the deployment preview site
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Mar 30, 2024
1 parent 0942918 commit f81b471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit f81b471

Please sign in to comment.