Skip to content

Commit 4c2df6f

Browse files
add defguard-ui apply hooks rules
1 parent 36ea25f commit 4c2df6f

File tree

18 files changed

+2441
-1391
lines changed

18 files changed

+2441
-1391
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/*.local
44
.direnv/
55
.envrc
6+
/node_modules

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "proto"]
22
path = proto
33
url = ../proto.git
4+
[submodule "web/src/shared/defguard-ui"]
5+
path = web/src/shared/defguard-ui
6+
url = [email protected]:DefGuard/ui.git

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": {
3+
"react-markdown": "^10.1.0"
4+
}
5+
}

0 commit comments

Comments
 (0)