This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
f9d15e9309
PromucFlow_constructor
/
app
/
client
/
tsconfig.path.json
9 lines
113 B
JSON
Raw
Normal View
History
Unescape
Escape
Add @appsmith namespace (#74) Adds an @appsmtih alias for managing imports with the EE repo
2020-07-10 09:24:06 +00:00
{
"compilerOptions"
:
{
"paths"
:
{
refactor: code splitting to support third party sso/oidc in EE (#10201) * added config to support code split * splitting config * moved the window declaration in EE file as its dependency will be updated in EE * CE: Splitting ApiConstants and SocialLogin constants * CE: split login page * CE: moved getSocialLoginButtonProps func to EE file as it's dependencies will be updated in EE * added key icon * CE: created a factory class to share social auths list * Minor style fix for social btns * Updated the third party auth styles * updated jest config * updated third party login registry class
2022-01-07 06:08:17 +00:00
"@appsmith/*"
:
[
"ee/*"
]
,
Hot fix for plugin form not downloaded for onboarding (#3879)
2021-04-06 10:17:25 +00:00
"test/*"
:
[
"../test/*"
]
Add @appsmith namespace (#74) Adds an @appsmtih alias for managing imports with the EE repo
2020-07-10 09:24:06 +00:00
}
}
}
Reference in New Issue
Copy Permalink