Skip to content

Commit

Permalink
fix: removing unnecessary comments and bumping package lock in test-p…
Browse files Browse the repository at this point in the history
…roject
  • Loading branch information
davidjoy committed Dec 10, 2024
1 parent ef25186 commit 6d6f369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion test-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions test-project/site.config.dev.with-remotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ const config: ProjectSiteConfig = {
defaultHeaderConfig,
defaultFooterConfig,
examplePageConfig,
// authenticatedPageConfig,
pluginPageConfig,
iframePluginConfig,

],
federatedApps: [
{
Expand All @@ -64,13 +62,6 @@ const config: ProjectSiteConfig = {
]
}
}
// createFederatedAppConfig(
// 'authenticatedPage',
// 'AuthenticatedPage',
// 'testProject',
// 'http://localhost:8081/remoteEntry.js',
// '/authenticated',
// ),
],
remotes: [
{
Expand Down

0 comments on commit 6d6f369

Please sign in to comment.