mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 04:09:03 +00:00
chore: update TypeScript configuration to include and exclude specific directories; format Docker snippet in user-active-session-drawer widget
This commit is contained in:
parent
9afb1ace1e
commit
e9596edc75
2 changed files with 9 additions and 4 deletions
|
|
@ -46,8 +46,8 @@ interface IProps {
|
||||||
}
|
}
|
||||||
|
|
||||||
const DOCKER_SNIPPET = `
|
const DOCKER_SNIPPET = `
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
`
|
`
|
||||||
|
|
||||||
const HIGHLIGHT_SPAN = <Text c="white" component="span" fw={600} size="sm" />
|
const HIGHLIGHT_SPAN = <Text c="white" component="span" fw={600} size="sm" />
|
||||||
|
|
|
||||||
|
|
@ -57,8 +57,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src",
|
"src/**/*",
|
||||||
"@types",
|
"@types/**/*"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
|
"dist",
|
||||||
|
"build"
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue