TODO: description
In your project, make sure to use the preserveSymlinks
option in the server configuration to ensure that the symlinks are preserved, for ease of development.
resolve: {
preserveSymlinks: true, // 👈
alias: {
src: "/src",
},
},
// TODO: DEMONSTRATE API
flowchart TB;
id1{index.tsx}
-- sdk-dpp-core config -->
F(
persistance
network
custom providers
)
-- await config -->
id2{/unlock}
-- user presses login -->
Provider.login
-- redirect -->
/dashboard