Skip to content

Commit

Permalink
fix: new attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse1989pp committed Mar 13, 2024
1 parent abcab69 commit 17905de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 130 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Install dependencies
run: ${{ steps.pkgman.outputs.package_manager }} install

- name: Install @nuxthq/studio
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio -w

- name: Create .nuxtrc
run: echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc

Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ["@nuxt/ui", "@nuxthq/studio"],
modules: ["@nuxt/ui"],
extends: ["./libs/content-layer"],
colorMode: {
preference: "dark",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/ui": "^2.14.2",
"@nuxthq/studio": "^1.0.13",
"nuxt": "^3.10.3"
}
}
128 changes: 0 additions & 128 deletions pnpm-lock.yaml

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

0 comments on commit 17905de

Please sign in to comment.