Skip to content

Commit 9417403

Browse files
dmitry-shibanovDmitry Shibanov
and
Dmitry Shibanov
authored
Add blogs and other common logic (#2)
* initial setup blogs * work on whole updating created new roles, updated creation of blogs, adding video logic and etc Co-authored-by: Dmitry Shibanov <[email protected]>
1 parent 84c6235 commit 9417403

37 files changed

+1063
-129
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"extends": ["plugin:@typescript-eslint/recommended"],
44
"parserOptions": { "ecmaVersion": 2018, "sourceType": "module" },
55
"rules": {}
6-
}
6+
}

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/dist
22
/node_modules
3-
/src/creds/*
3+
/src/creds/*
4+
/assets

0 commit comments

Comments
 (0)