feature/state-and-data-fetching #1

Merged
ilia merged 27 commits from feature/state-and-data-fetching into main 2026-03-24 08:02:20 +00:00
Showing only changes of commit d28ecef77c - Show all commits

View File

@@ -13,7 +13,12 @@ export default defineConfig({
name: "auth-react-remote",
manifest: true,
filename: "remoteEntry.js",
exposes: {},
exposes: {
"./AuthGuard": "./src/features/auth",
"./useAuth": "./src/features/auth",
"./RegisterForm": "./src/features/auth",
"./LoginForm": "./src/features/auth",
},
shared: ["react", "react-dom", "zustand"],
}),
],