mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
fix constant IS_DEV error in dev mode
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="renderer" content="webkit">
|
||||
<title>Dev mode</title>
|
||||
<script>window['DEV'] = true;</script>
|
||||
<script>window.GLOBAL_CONFIG = {
|
||||
IS_DEV: true
|
||||
};</script>
|
||||
<script type="module" src="/main.tsx"></script>
|
||||
<style>
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user