mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
fix: add missing annotation to apps serviceAccount (#10484)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["."],
|
||||
"include": [".", ".github/actions/*/*.mjs"],
|
||||
"exclude": [
|
||||
"**/target",
|
||||
"**/node_modules",
|
||||
|
||||
Reference in New Issue
Block a user