pm

Results 2 comments of pm

Do you really want it to run on server side? 1. if yes, maybe you should transpile dependencies. for example in vue3. you can add below to vue.config.js; `transpileDependencies: ["@antv/*"]`...

> Server Actions are a new feature introduced in Next.js 13 that allows you to run server code without having to create an API endpoint. > > Server Actions are...