P0-1: 删除 docker-compose-override.yml + deploy-server 两份 workers=2→1(预防性修复,服务器根 compose 已是 workers=1)

This commit is contained in:
Simon
2026-07-17 23:16:40 +08:00
parent 3ed86d5fb3
commit 939de70e48
11412 changed files with 2257596 additions and 145 deletions
@@ -0,0 +1,23 @@
sonar.projectKey=fabricjs_fabric.js
sonar.organization=fabricjs
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=fabric.js
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src,extensions,fabric.ts,index.node.ts,index.ts
sonar.exclusions=dist-extensions/**/*,dist/**/*,**/*.spec.ts,e2e/**/*,.codesandbox/**/*
sonar.test.inclusions=**/*.spec.*,**/*.test.*
sonar.tests=src,extensions
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.language=ts
sonar.projectBaseDir=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.javascript.lcov.reportPaths=./.nyc_output/lcov.info