NI Wapen
This commit is contained in:
BIN
tatort/daten/1.glb
Normal file
BIN
tatort/daten/1.glb
Normal file
Binary file not shown.
BIN
tatort/daten/2.glb
Normal file
BIN
tatort/daten/2.glb
Normal file
Binary file not shown.
BIN
tatort/daten/3.glb
Normal file
BIN
tatort/daten/3.glb
Normal file
Binary file not shown.
BIN
tatort/daten/4.glb
Normal file
BIN
tatort/daten/4.glb
Normal file
Binary file not shown.
BIN
tatort/daten/5.glb
Normal file
BIN
tatort/daten/5.glb
Normal file
Binary file not shown.
17
tatort/jsconfig.json
Normal file
17
tatort/jsconfig.json
Normal 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
|
||||
}
|
||||
11
tatort/playwright.config.js
Normal file
11
tatort/playwright.config.js
Normal 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;
|
||||
1300
tatort/static/Landeswappen_NI.svg
Normal file
1300
tatort/static/Landeswappen_NI.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 147 KiB |
Reference in New Issue
Block a user