feat: add nuxt sdk (#260)

* wip

* fix: improve api route for nuxt
This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-07 10:28:11 +01:00
committed by GitHub
parent 3bd1f99d28
commit 1f088d2208
13 changed files with 4990 additions and 215 deletions

View File

@@ -0,0 +1,2 @@
// This file is for development - the built version uses src/module.ts
export { default, type ModuleOptions } from './src/module';