Merge pull request #9 from AzizbekFayziyev/finish_submodule_integration
fix: bugs in submodule integration
This commit is contained in:
commit
4cfb4bb38a
3 changed files with 4 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue