Commit c42f6012be7fe644fb51943275046f936335a8b5

Authored by 张志伟
1 parent c552f66e

🐹 feat(*): 增加调试模式入口

Showing 1 changed file with 1 additions and 1 deletions
modern.config.ts
@@ -45,7 +45,7 @@ export default defineConfig({ @@ -45,7 +45,7 @@ export default defineConfig({
45 { 45 {
46 tag: 'script', 46 tag: 'script',
47 publicPath: '', 47 publicPath: '',
48 - attrs: { src: '/sdk/eruda.min.js' }, 48 + attrs: { src: '/public/sdk/eruda.min.js' },
49 head: true, 49 head: true,
50 hash: true, 50 hash: true,
51 }, 51 },