Compare commits

..

No commits in common. "def5f044d765a246999c05e5a46912867318732b" and "52b67f7d71da80b65d361493786f93ea410e1dd2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ export function NetworkGraph({ onNodeClick }: NetworkGraphProps) {
// Create center node
const centerNode: Node = {
id: "center",
label: "پتروشیمی بندر امام", //مرکز زیست بوم
label: "", //مرکز زیست بوم
category: "center",
stageid: 0,
isCenter: true,

View File

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev --port 3000",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},