refactor settings

This commit is contained in:
Christian Richter
2022-04-13 17:04:37 +02:00
parent 92d76e00ab
commit 1a1a4d6a3c
114 changed files with 80 additions and 8747 deletions
+5
View File
@@ -0,0 +1,5 @@
# backend
-r '^(cmd|pkg)/.*\.go$' -R '^node_modules/' -s -- sh -c 'make bin/ocis-settings-debug && bin/ocis-settings-debug --log-level debug server --debug-pprof --debug-zpages --asset-path assets/'
# frontend
-r '^ui/.*\.(vue|js)$' -R '^node_modules/' -- sh -c 'yarn build && make generate'