removed the old event admin components and pages

This commit is contained in:
Codex Agent
2025-12-12 13:38:06 +01:00
parent bbf8d4a0f4
commit 1719d96fed
85 changed files with 994 additions and 19981 deletions

View File

@@ -8,6 +8,9 @@ export default defineConfig({
alias: {
'@': path.resolve(__dirname, 'resources/js'),
'~': path.resolve(__dirname, 'resources/css'),
// Tamagui's react-native-web-lite imports a directory entry; point to the ESM file explicitly for Vitest.
'@tamagui/react-native-web-lite/dist/esm/vendor/react-native/deepDiffer':
path.resolve(__dirname, 'node_modules/@tamagui/react-native-web-lite/dist/esm/vendor/react-native/deepDiffer/index.mjs'),
},
},
test: {