Merge branch 'main' into feature/date-math

This commit is contained in:
kolaente 2022-02-20 20:25:06 +01:00
commit 0b6a74d11e
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
52 changed files with 3664 additions and 3317 deletions

View file

@ -132,7 +132,7 @@ export default defineConfig({
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'],
},
server: {
port: 5000,
port: 4173,
strictPort: true,
},
build: {