fix: bugs in submodule integration

This commit is contained in:
AzizbekFayziyev 2025-04-18 19:49:49 +05:00
parent 3c7749cd37
commit a644dc7273
3 changed files with 4 additions and 3 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "submodules/zano_ui"]
path = submodules/zano_ui
url = git@github.com:jejolare-dev/zano_ui.git
url = https://github.com/jejolare-dev/zano_ui.git

View file

@ -44,7 +44,8 @@
"client": "next dev",
"build": "next build",
"dev": "npx nodemon --exec tsx ./server/server.ts",
"start": "cross-env NODE_ENV=production tsx ./server/server.ts"
"start": "cross-env NODE_ENV=production tsx ./server/server.ts",
"submodule": "git submodule update --init --recursive"
},
"eslintConfig": {
"extends": [

@ -1 +1 @@
Subproject commit 1e2eb66471763085908b10e73377f2a2348da383
Subproject commit c44e174ad81ae7d287432de3b90e090ed58cb45f