feat: allow projects to have external data path for posts and media

This commit is contained in:
2026-02-12 15:33:45 +01:00
parent 85d196e598
commit e8c05ee8be
10 changed files with 239 additions and 170 deletions

View File

@@ -3,7 +3,8 @@
"allow": [
"Bash(npm run build:*)",
"Bash(npx tsc:*)",
"Bash(node ./node_modules/typescript/bin/tsc:*)"
"Bash(node ./node_modules/typescript/bin/tsc:*)",
"Bash(npm run build:main:*)"
]
}
}