generated from ExoKomodo/topick-env
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
471f03d
commit cb941e7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule topick
updated
25 files
+8 −0 | .do/app.yaml | |
+3 −0 | .gitattributes | |
+0 −38 | .github/workflows/cd-client.yaml | |
+0 −1 | CNAME | |
+1 −0 | CODEOWNERS | |
+25 −5 | README.md | |
+1 −1 | client/index.html | |
+2 −0 | client/scripts/build.sh | |
+2 −0 | client/scripts/integration-test.sh | |
+2 −0 | client/scripts/run.sh | |
+2 −0 | client/scripts/setup.sh | |
+2 −0 | client/scripts/unit-test.sh | |
+1 −1 | client/src/assets/base.css | |
+ − | client/src/assets/favicon-16x16.png | |
+8 −3 | client/src/views/HomeView.vue | |
+0 −5 | server/.env | |
+2 −0 | server/.gitignore | |
+2 −0 | server/scripts/build.sh | |
+2 −0 | server/scripts/integration-test.sh | |
+2 −0 | server/scripts/run.sh | |
+2 −0 | server/scripts/setup.sh | |
+2 −0 | server/scripts/unit-test.sh | |
+9 −9 | server/src/api/v1/topic/index.ts | |
+1 −1 | server/src/constants.ts | |
+4 −0 | server/src/index.ts |