feat: Add profile images

This commit is contained in:
2026-04-17 03:05:47 +02:00
parent 35b616fb77
commit 17738ec484
49 changed files with 2622 additions and 89 deletions

View File

@@ -29,7 +29,7 @@ export default defineConfig({
],
webServer: {
command: 'cd ../toju-app && npx ng serve',
port: 4200,
url: 'http://localhost:4200',
reuseExistingServer: !process.env.CI,
timeout: 120_000
}