Merge pull request #9 from AzizbekFayziyev/finish_submodule_integration

fix: bugs in submodule integration
This commit is contained in:
Dmitrii Kolpakov 2025-04-18 23:02:29 +07:00 committed by GitHub
commit 4cfb4bb38a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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