✨ 🔧 Update npm + login page
This commit is contained in:
17
node_modules/.vite/deps_temp_48cb6f33/laravel-vite-plugin_inertia-helpers.js
generated
vendored
Normal file
17
node_modules/.vite/deps_temp_48cb6f33/laravel-vite-plugin_inertia-helpers.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import "./chunk-CEQRFMJQ.js";
|
||||
|
||||
// node_modules/laravel-vite-plugin/inertia-helpers/index.js
|
||||
async function resolvePageComponent(path, pages) {
|
||||
for (const p of Array.isArray(path) ? path : [path]) {
|
||||
const page = pages[p];
|
||||
if (typeof page === "undefined") {
|
||||
continue;
|
||||
}
|
||||
return typeof page === "function" ? page() : page;
|
||||
}
|
||||
throw new Error(`Page not found: ${path}`);
|
||||
}
|
||||
export {
|
||||
resolvePageComponent
|
||||
};
|
||||
//# sourceMappingURL=laravel-vite-plugin_inertia-helpers.js.map
|
||||
Reference in New Issue
Block a user