Skip to content

Commit

Permalink
[ADD] nuxt studio
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Nov 23, 2023
1 parent 2380189 commit 5abd4a0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file modified docs/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default defineNuxtConfig({
modules: ['@nuxthq/studio'],
// https://github.com/nuxt-themes/docus
extends: '@nuxt-themes/docus',
devtools: { enabled: true },
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/devtools": "^1.0.3",
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.5",
"@types/node": "^20.9.4",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"vuito": "^2.0.6"
"nuxt": "^3.8.2"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuito-monorepo",
"private": true,
"workspaces": [
"./packages/*"
"packages/*"
],
"engines": {
"node": ">=12",
Expand All @@ -23,6 +23,7 @@
},
"scripts": {
"build": "lerna run build",
"bump": "lerna version",
"test": "lerna run test"
},
"dependencies": {
Expand Down

0 comments on commit 5abd4a0

Please sign in to comment.