1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Setup account-portal as submodule

This commit is contained in:
Adria Navarro 2023-10-16 17:45:18 +02:00
parent bbda776c49
commit 9dfeee747a
5 changed files with 3797 additions and 1067 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "packages/pro"]
path = packages/pro
url = git@github.com:Budibase/budibase-pro.git
[submodule "apps/account-portal"]
path = apps/account-portal
url = git@github.com:Budibase/account-portal.git

1
apps/account-portal Submodule

@ -0,0 +1 @@
Subproject commit 04e2fab47876b029c509bcf7f6289b0008eea5f1

View file

@ -1,9 +1,7 @@
{
"version": "2.11.36",
"npmClient": "yarn",
"packages": [
"packages/*"
],
"packages": ["packages/*", "apps/account-portal/packages/*"],
"useNx": true,
"command": {
"publish": {
@ -19,4 +17,4 @@
"loadEnvFiles": false
}
}
}
}

View file

@ -86,7 +86,8 @@
},
"workspaces": {
"packages": [
"packages/*"
"packages/*",
"apps/account-portal/packages/*"
]
},
"resolutions": {

4851
yarn.lock

File diff suppressed because it is too large Load diff