Skip to content

Commit

Permalink
chore: make a monorepo for playground cloneability
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2023
1 parent 6733546 commit 51ece88
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 94 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"eslint": "^8.51.0",
"nuxt": "^3.8.0",
"vitest": "^0.34.6"
},
"resolutions": {
"@nuxtjs/kinde": "link:."
}
}
}
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default defineNuxtConfig({
modules: ['../src/module'],
modules: ['@nuxtjs/kinde'],
devtools: { enabled: true },
})
8 changes: 6 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"private": true,
"name": "@nuxtjs/kinde-playground",
"name": "nuxt-kinde-playground",
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "latest"
"@nuxt/devtools": "latest",
"@nuxtjs/kinde": "latest",
"nuxt": "latest",
"vue": "latest",
"vue-router": "latest"
}
}
Loading

0 comments on commit 51ece88

Please sign in to comment.