This commit is contained in:
titver968
2025-02-25 15:11:16 +01:00
parent 4382bf010f
commit e782993d69
8 changed files with 1328 additions and 0 deletions

BIN
tatort/daten/1.glb Normal file

Binary file not shown.

BIN
tatort/daten/2.glb Normal file

Binary file not shown.

BIN
tatort/daten/3.glb Normal file

Binary file not shown.

BIN
tatort/daten/4.glb Normal file

Binary file not shown.

BIN
tatort/daten/5.glb Normal file

Binary file not shown.

17
tatort/jsconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
}

View File

@@ -0,0 +1,11 @@
/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'tests',
testMatch: /(.+\.)?(test|spec)\.[jt]s/
};
export default config;

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 147 KiB