Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz committed Nov 4, 2024
1 parent 9a4d59f commit 7a21573
Show file tree
Hide file tree
Showing 4 changed files with 1,299 additions and 770 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ dist
.vscode
.vscode/*
.nuxtrc
.data
.data
.data/hub
.wrangler
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default defineNuxtConfig({
'@pinia/nuxt',
'@nuxt/fonts',
'@nuxt/eslint',
'@nuxthub/core',
],
icon: {
mode: 'svg',
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@nuxt/eslint": "^0.6.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.5.8",
"@nuxthub/core": "^0.8.4",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "8.5.5",
Expand All @@ -90,7 +91,8 @@
"sass": "^1.77.8",
"typescript": "5.6.3",
"v-wave": "^2.0.0",
"vue-virtual-scroll-grid": "^1.11.0"
"vue-virtual-scroll-grid": "^1.11.0",
"wrangler": "^3.84.1"
},
"overrides": {
"vue": "latest"
Expand Down
Loading

0 comments on commit 7a21573

Please sign in to comment.