mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
Merge 592e6f7970 into 281656b960
This commit is contained in:
commit
23f35315cd
18 changed files with 1928 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
4
ui/package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue