mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 16:25:22 +02:00
refactor(app): move settings components to react [EE-3442] (#7625)
This commit is contained in:
parent
5777c18297
commit
1e21961e6a
66 changed files with 488 additions and 96 deletions
|
@ -30,12 +30,7 @@
|
|||
"paths": {
|
||||
// paths relative to the baseUrl
|
||||
"@@/*": ["react/components/*"],
|
||||
"@/*": ["./*", "../app/*"],
|
||||
"Agent/*": ["agent/*"],
|
||||
"Azure/*": ["azure/*"],
|
||||
"Docker/*": ["docker/*"],
|
||||
"Kubernetes/*": ["kubernetes/*"],
|
||||
"Portainer/*": ["portainer/*"]
|
||||
"@/*": ["./*", "../app/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue