deploy list.pompy.dev to huxthub

This commit is contained in:
Kim, Jimin 2025-03-20 14:36:29 +09:00
parent 7e410fa858
commit 057214d80d
Signed by: pomp
GPG key ID: D3932F82A0667A3B
5 changed files with 856 additions and 3 deletions

View file

@ -22,3 +22,5 @@ logs
.env
.env.*
!.env.example
.wrangler

View file

@ -10,6 +10,7 @@ export default defineNuxtConfig({
"@nuxtjs/tailwindcss",
"@nuxtjs/google-fonts",
"@nuxt/icon",
"@nuxthub/core",
],
app: {
head: {

View file

@ -7,11 +7,12 @@
"dev": "nuxt dev",
"lint": "oxlint && eslint .",
"generate": "nuxt generate",
"preview": "nuxt preview",
"preview": "pnpx nuxthub preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "1.11.0",
"@nuxthub/core": "0.8.18",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/google-fonts": "3.2.0",
"@tanstack/vue-table": "8.21.2",
@ -20,10 +21,11 @@
"vue-router": "4.5.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "6.13.2",
"@pompydev/eslint-config": "workspace:*",
"@pompydev/prettier-config": "workspace:*",
"@pompydev/tailwind-config": "workspace:*",
"@nuxtjs/tailwindcss": "6.13.2",
"prettier-plugin-tailwindcss": "0.6.11"
"prettier-plugin-tailwindcss": "0.6.11",
"wrangler": "^4.2.0"
}
}