Fix: Use @shared/* alias instead of relative paths for Docker compat

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-25 16:08:14 +02:00
parent a317bd6164
commit 8efffe8c52
18 changed files with 577 additions and 53 deletions

View File

@@ -1 +1 @@
export * from '../../../../../shared/types/ocr-labeling'
export * from '@shared/types/ocr-labeling'

View File

@@ -12,13 +12,13 @@ export type {
ActiveTab,
GradeTotals,
CriteriaScores,
} from '../../../../../../../../shared/types/klausur'
} from '@shared/types/klausur'
export {
WORKFLOW_STATUS_LABELS,
ROLE_LABELS,
GRADE_LABELS,
} from '../../../../../../../../shared/types/klausur'
} from '@shared/types/klausur'
/** Same-origin proxy to avoid CORS issues */
export const API_BASE = '/klausur-api'

View File

@@ -8,4 +8,4 @@ export type {
VorabiturEHForm,
EHTemplate,
DirektuploadForm,
} from '../../../../../../shared/types/klausur'
} from '@shared/types/klausur'

View File

@@ -1 +1 @@
export * from '../../../../../shared/types/klausur'
export * from '@shared/types/klausur'