GitLab
Sign in
front-cli
/
fw-h5app-template
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c42f6012be7fe644fb51943275046f936335a8b5
Authored by
张志伟
2024-12-30 16:27:19 +0800
1 parent
c552f66e
🐹 feat(*): 增加调试模式入口
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modern.config.ts
modern.config.ts
View file @
c42f601
...
...
@@ -45,7 +45,7 @@ export default defineConfig({
45
45
{
46
46
tag: 'script',
47
47
publicPath: '',
48
- attrs: { src: '/
sdk/eruda.min.js' },
48
+ attrs: { src: '/
public/
sdk/eruda.min.js' },
49
49
head: true,
50
50
hash: true,
51
51
},
...
...