chore: refactor to nuxt 4 compatibility (#148)
* chore: refactor to nuxt 4 compatibility
* chore: remove hub at the moment (no needed)
* Update pnpm-lock.yaml
* chore: add caching with hub
* chore: update links
Showing
.eslintrc
deleted
100644 → 0
app/utils/index.ts
0 → 100644
composables/utils.ts
deleted
100644 → 0
eslint.config.mjs
0 → 100644
netlify.toml
deleted
100644 → 0
| ... | ... | @@ -9,9 +9,6 @@ |
| "name": "Sebastien Chopin (@Atinux)" | ||
| }, | ||
| { | ||
| "name": "Alexandre Chopin (@alexchopin)" | ||
| }, | ||
| { | ||
| "name": "Pooya Parsa (@pi0)" | ||
| }, | ||
| { | ||
| ... | ... | @@ -22,15 +19,17 @@ |
| "dev": "nuxi dev", | ||
| "build": "nuxi build", | ||
| "start": "nuxi start", | ||
| "lint": "eslint --ext .vue,.js,.ts --ignore-path .gitignore ." | ||
| "lint": "eslint ." | ||
| }, | ||
| "devDependencies": { | ||
| "@nuxt/devtools": "^1.0.5", | ||
| "@nuxt/eslint-config": "^0.1.1", | ||
| "@types/node": "^18.16.0", | ||
| "eslint": "^8.39.0", | ||
| "nuxt": "^3.4.2", | ||
| "postcss-nesting": "^11.2.2", | ||
| "typescript": "^5.0.4" | ||
| "@nuxt/devtools": "^1.3.3", | ||
| "@nuxt/eslint": "^0.3.13", | ||
| "@nuxt/eslint-config": "^0.3.13", | ||
| "@nuxthub/core": "^0.6.17", | ||
| "@types/node": "^20.14.2", | ||
| "eslint": "^9.5.0", | ||
| "nuxt": "^3.12.2", | ||
| "postcss-nesting": "^12.1.5", | ||
| "typescript": "^5.4.5" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
server/constants.ts
deleted
100644 → 0
server/utils/constants.ts
0 → 100644
server/utils/swr.ts
deleted
100644 → 0
File moved
Please
register
or
sign in
to comment