Skip to content

Commit

Permalink
chore: import plugin in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 29, 2024
1 parent 50c700a commit 1934061
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 74 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"nuxt": "^3.11.2",
"openapi-typescript": "7.0.0-rc.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.17"
Expand Down
3 changes: 2 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineNuxtConfig } from 'nuxt/config'
import NuxtApiParty from '../src/module'

export default defineNuxtConfig({
modules: ['nuxt-api-party'],
modules: [NuxtApiParty],

apiParty: {
endpoints: {
Expand Down
3 changes: 0 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate"
},
"dependencies": {
"nuxt-api-party": "workspace:"
}
}
Loading

0 comments on commit 1934061

Please sign in to comment.