diff --git a/.gitignore b/.gitignore index 5862c9fb..4da53783 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,21 @@ wwwroot/bricks wwwroot/bugfix wwwroot/pricing wwwroot/supplychain + +# Module wwwroot symlinks (managed by build.sh, not tracked in git) +wwwroot/accounting +wwwroot/appbase +wwwroot/charge +wwwroot/cpcc +wwwroot/dapi +wwwroot/dashboard_for_sage +wwwroot/discount +wwwroot/filemgr +wwwroot/llmage +wwwroot/msp +wwwroot/platformbiz +wwwroot/product_management +wwwroot/rag +wwwroot/rbac +wwwroot/uapi +wwwroot/unipay diff --git a/bin/backend_accounting.py b/bin/backend_accounting.py index 91c52558..c9b5168b 100644 --- a/bin/backend_accounting.py +++ b/bin/backend_accounting.py @@ -54,6 +54,10 @@ def main(): initEnv() env = ServerEnv() env.get_module_dbname = get_module_dbname + # Mock event_dispatcher for standalone mode + class _MockDispatcher: + def bind(self, *a, **kw): pass + env.event_dispatcher = _MockDispatcher() load_appbase() load_accounting() load_pricing() diff --git a/wwwroot/accounting b/wwwroot/accounting deleted file mode 120000 index 9a44fc9b..00000000 --- a/wwwroot/accounting +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/accounting/wwwroot \ No newline at end of file diff --git a/wwwroot/appbase b/wwwroot/appbase deleted file mode 120000 index 877b54d8..00000000 --- a/wwwroot/appbase +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/appbase/wwwroot \ No newline at end of file diff --git a/wwwroot/charge b/wwwroot/charge deleted file mode 120000 index 4e6f0571..00000000 --- a/wwwroot/charge +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/charge/wwwroot \ No newline at end of file diff --git a/wwwroot/cpcc b/wwwroot/cpcc deleted file mode 120000 index 9804be5c..00000000 --- a/wwwroot/cpcc +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/cpcc/wwwroot \ No newline at end of file diff --git a/wwwroot/dapi b/wwwroot/dapi deleted file mode 120000 index a1887873..00000000 --- a/wwwroot/dapi +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/dapi/wwwroot \ No newline at end of file diff --git a/wwwroot/dashboard_for_sage b/wwwroot/dashboard_for_sage deleted file mode 120000 index 96856faf..00000000 --- a/wwwroot/dashboard_for_sage +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/dashboard_for_sage/wwwroot \ No newline at end of file diff --git a/wwwroot/discount b/wwwroot/discount deleted file mode 120000 index f34530b0..00000000 --- a/wwwroot/discount +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/discount/wwwroot \ No newline at end of file diff --git a/wwwroot/filemgr b/wwwroot/filemgr deleted file mode 120000 index 40081053..00000000 --- a/wwwroot/filemgr +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/filemgr/wwwroot \ No newline at end of file diff --git a/wwwroot/llmage b/wwwroot/llmage deleted file mode 120000 index e0a6bb2e..00000000 --- a/wwwroot/llmage +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/llmage/wwwroot \ No newline at end of file diff --git a/wwwroot/msp b/wwwroot/msp deleted file mode 120000 index 57203165..00000000 --- a/wwwroot/msp +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/msp/wwwroot \ No newline at end of file diff --git a/wwwroot/platformbiz b/wwwroot/platformbiz deleted file mode 120000 index 99b94dab..00000000 --- a/wwwroot/platformbiz +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/platformbiz/wwwroot \ No newline at end of file diff --git a/wwwroot/product_management b/wwwroot/product_management deleted file mode 120000 index 95196090..00000000 --- a/wwwroot/product_management +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/product_management/wwwroot \ No newline at end of file diff --git a/wwwroot/rag b/wwwroot/rag deleted file mode 120000 index 3661213c..00000000 --- a/wwwroot/rag +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/rag/wwwroot \ No newline at end of file diff --git a/wwwroot/rbac b/wwwroot/rbac deleted file mode 120000 index 5078a039..00000000 --- a/wwwroot/rbac +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/rbac/wwwroot \ No newline at end of file diff --git a/wwwroot/uapi b/wwwroot/uapi deleted file mode 120000 index 338fb701..00000000 --- a/wwwroot/uapi +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/uapi/wwwroot \ No newline at end of file diff --git a/wwwroot/unipay b/wwwroot/unipay deleted file mode 120000 index f404ef36..00000000 --- a/wwwroot/unipay +++ /dev/null @@ -1 +0,0 @@ -/d/ymq/repos/unipay/wwwroot \ No newline at end of file