This commit is contained in:
7
node_modules/astro/dist/actions/runtime/virtual/client.js
generated
vendored
Normal file
7
node_modules/astro/dist/actions/runtime/virtual/client.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export * from "./shared.js";
|
||||
function defineAction() {
|
||||
throw new Error("[astro:action] `defineAction()` unexpectedly used on the client.");
|
||||
}
|
||||
export {
|
||||
defineAction
|
||||
};
|
||||
Reference in New Issue
Block a user