Skip to content

Commit

Permalink
feat: ✨ te ttet
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 27, 2023
1 parent d6761fb commit d3f7563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dist-ssr
server/dist
public/dist
es
lib
lib
gbeata-dist
2 changes: 1 addition & 1 deletion apps/admin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
setupProdMockServer()
`,
// 当前文件夹下的src/main.ts
injectFile: './src/main.tsx',
injectFile: path.join(__dirname, '/src/main.tsx'),
}),
],

Expand Down

0 comments on commit d3f7563

Please sign in to comment.