회기 무발화 0턴 분리, 자기예측 락 불변식 및 TDD 회귀 검증 완료
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
This commit is contained in:
parent
a479db7a5a
commit
a0311c5957
100 changed files with 4884 additions and 11210 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"functions/**/*.js",
|
||||
"public/worklets/**/*.js",
|
||||
"scripts/*.mjs",
|
||||
"e2e/**/*.spec.ts"
|
||||
"e2e/**/*.spec.ts",
|
||||
"src/lib/measurementContract.ts"
|
||||
],
|
||||
"project": [
|
||||
"src/**/*.{ts,tsx}",
|
||||
|
|
@ -14,6 +15,9 @@
|
|||
"e2e/**/*.ts"
|
||||
],
|
||||
"ignoreFiles": ["src/components/avatar/RasterBust.tsx"],
|
||||
"paths": {
|
||||
"/src/*": ["./src/*"]
|
||||
},
|
||||
"ignoreDependencies": ["openapi-typescript"],
|
||||
"ignoreBinaries": ["taskkill"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue