mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Revert "Removing submodules from develop for netlify build (#12265)"
This reverts commit 13eec7c354.
This commit is contained in:
parent
68ae5e4c42
commit
0f20778695
4 changed files with 11 additions and 1 deletions
8
.gitmodules
vendored
Normal file
8
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[submodule "frontend/ee"]
|
||||
path = frontend/ee
|
||||
url = https://github.com/ToolJet/ee-frontend.git
|
||||
branch = main
|
||||
[submodule "server/ee"]
|
||||
path = server/ee
|
||||
url = https://github.com/ToolJet/ee-server.git
|
||||
branch = main
|
||||
|
|
@ -4,6 +4,6 @@
|
|||
command = "GTM=$GTM ALGOLIA_API_KEY=$ALGOLIA_API_KEY npm run build"
|
||||
|
||||
[template.environment]
|
||||
NODE_ENV = "production"
|
||||
NODE_ENV = "production"
|
||||
NODE_VERSION = "18.18.2"
|
||||
NPM_VERSION = "9.8.1"
|
||||
1
frontend/ee
Submodule
1
frontend/ee
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d93ee7e1318f044ef2327671b8b257648071453d
|
||||
1
server/ee
Submodule
1
server/ee
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 1da04eef696345ce9f35d42af92e5d6de992cd85
|
||||
Loading…
Reference in a new issue