mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
prepare admin for astro: inject clientprovider props directly from admin component
This commit is contained in:
@@ -12,9 +12,11 @@ const config = {
|
||||
};
|
||||
|
||||
serve(config, {
|
||||
relativeDistPath: "../../node_modules/bknd/dist",
|
||||
port: 1337,
|
||||
listener: ({ port }) => {
|
||||
console.log(`Server is running on http://localhost:${port}`);
|
||||
}
|
||||
},
|
||||
// this is only required to run inside the same workspace
|
||||
// leave blank if you're running this from a different project
|
||||
relativeDistPath: "../../app/dist"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user