Skip to content

Commit

Permalink
request
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Sep 5, 2023
1 parent 2d94e76 commit 6c1ce8c
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 58 deletions.
6 changes: 5 additions & 1 deletion admin-views/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ export default defineConfig({

npmClient: 'pnpm',
tailwindcss: {},
plugins: ['@umijs/plugins/dist/tailwindcss'],
plugins: [
'@umijs/plugins/dist/tailwindcss',
'@umijs/plugins/dist/request',
],
request:{}
})
2 changes: 1 addition & 1 deletion admin-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"tailwindcss": "^3",
"typescript": "^5.2.2"
}
}
}
Loading

0 comments on commit 6c1ce8c

Please sign in to comment.