This commit is contained in:
stefandsl 2026-06-12 17:15:58 +02:00 committed by GitHub
commit 23f35315cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1928 additions and 5 deletions

View file

@ -1,3 +1,3 @@
BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_BACKEND_URL=
NEXT_PUBLIC_NODE_ENV=development

View file

@ -90,5 +90,5 @@ Use `detailFromError` from `@/lib/apiError` to turn the error into a string —
```bash
npm install
npm run dev # Runs on port 3000
npm run dev # Runs on port 3010
```

4
ui/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "ui",
"version": "1.30.1",
"version": "1.31.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ui",
"version": "1.30.1",
"version": "1.31.0",
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@radix-ui/react-alert-dialog": "^1.1.15",

View file

@ -3,7 +3,7 @@
"version": "1.34.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack -p 3010",
"build": "next build",
"start": "next start",
"lint": "next lint",