typia icon indicating copy to clipboard operation
typia copied to clipboard

Support server-side functionality in Nuxt

Open capybaras-team opened this issue 10 months ago • 2 comments

Currently, it does not work on the Nuxt server-side (vite).

I am using unplugin-typia and added "plugins": [{ "transform": "typia/lib/transform" }] in both tsconfig files, for the client and the server.

Typia works on the client, but on the server, there is an error: "no transform has been configured."

Although validation is most important on the server side. It would be nice if support for working in the /server directory was added.

capybaras-team avatar Feb 09 '25 15:02 capybaras-team

I don't know the frontend but could this link help?

  • https://github.com/ryoppippi/unplugin-typia

kakasoo avatar Mar 14 '25 11:03 kakasoo

@capybaras-team https://github.com/ryoppippi/unplugin-typia/issues/3 contributions are welcome!

ryoppippi avatar Mar 19 '25 10:03 ryoppippi