Skip to content

Commit

Permalink
ci: add studio nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J committed Oct 8, 2023
1 parent 26b8678 commit 1e0394b
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run generate
env:
NUXT_PUBLIC_STUDIO_TOKENS: ${{ secrets.NUXT_PUBLIC_STUDIO_TOKENS }}
# - name: Test
# run: pnpm test

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ node_modules
.env
dist
.vercel

auto-imports.d.ts
components.d.ts
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineNuxtConfig({
"@nuxt/image",
"nuxt-feedme",
"nuxt-icon",
"@nuxthq/studio",
],
content: {
// https://content.nuxt.com/document-driven/introduction
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@nuxt/content": "^2.8.5",
"@nuxt/devtools": "1.0.0-beta.0",
"@nuxthq/studio": "^1.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"nuxt": "^3.7.4",
"nuxt-feedme": "^1.0.0",
Expand Down
130 changes: 130 additions & 0 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 1e0394b

Please sign in to comment.