forked from antfu/releases.antfu.me
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54a5687
commit ef5cd8b
Showing
30 changed files
with
413 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
node_modules | ||
.dockerignore | ||
Dockerfile | ||
dist | ||
.nuxthub | ||
.git | ||
.gitignore | ||
.idea | ||
.vscode | ||
*.log | ||
.env |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM node:20-alpine AS runtime | ||
WORKDIR /app | ||
COPY /app/dist ./dist | ||
COPY /app/node_modules ./node_modules | ||
COPY /app/.nuxt ./.nuxt | ||
ENV NITRO_PRESET=node | ||
EXPOSE 3000 | ||
CMD ["node", "dist/_worker.js"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
netlify.toml → app/netlify.toml
100755 → 100644
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"type": "module", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "nuxi build", | ||
"dev": "nuxi dev", | ||
"generate": "nuxi generate", | ||
"prepare": "nuxi prepare", | ||
"start": "node dist/_worker.js", | ||
"start:generate": "npx serve .output/public", | ||
"lint": "eslint .", | ||
"typecheck": "vue-tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"octokit": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.11.2", | ||
"@iconify-json/carbon": "^1.2.4", | ||
"@iconify-json/logos": "^1.2.3", | ||
"@iconify-json/ph": "^1.2.1", | ||
"@iconify-json/twemoji": "^1.2.1", | ||
"@nuxt/devtools": "^1.6.3", | ||
"@nuxt/eslint": "^0.7.2", | ||
"@nuxthub/core": "^0.8.7", | ||
"@nuxtjs/color-mode": "^3.5.2", | ||
"@pinia/nuxt": "^0.9.0", | ||
"@unocss/eslint-config": "^0.65.1", | ||
"@unocss/nuxt": "^0.65.1", | ||
"@vueuse/nuxt": "^12.0.0", | ||
"consola": "^3.2.3", | ||
"eslint": "^9.16.0", | ||
"eslint-plugin-format": "^0.1.3", | ||
"feed": "^4.2.2", | ||
"nuxt": "^3.14.1592", | ||
"pinia": "^2.3.0", | ||
"typescript": "~5.6.3", | ||
"vue-tsc": "^2.1.10", | ||
"wrangler": "^3.95.0" | ||
}, | ||
"resolutions": { | ||
"vite": "^6.0.3" | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +0,0 @@ | ||
{ | ||
"type": "module", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "nuxi build", | ||
"dev": "nuxi dev", | ||
"generate": "nuxi generate", | ||
"prepare": "nuxi prepare", | ||
"start": "node .output/server/index.mjs", | ||
"start:generate": "npx serve .output/public", | ||
"lint": "eslint .", | ||
"typecheck": "vue-tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"octokit": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.11.2", | ||
"@iconify-json/carbon": "^1.2.4", | ||
"@iconify-json/logos": "^1.2.3", | ||
"@iconify-json/ph": "^1.2.1", | ||
"@iconify-json/twemoji": "^1.2.1", | ||
"@nuxt/devtools": "^1.6.3", | ||
"@nuxt/eslint": "^0.7.2", | ||
"@nuxthub/core": "^0.8.7", | ||
"@nuxtjs/color-mode": "^3.5.2", | ||
"@pinia/nuxt": "^0.9.0", | ||
"@unocss/eslint-config": "^0.65.1", | ||
"@unocss/nuxt": "^0.65.1", | ||
"@vueuse/nuxt": "^12.0.0", | ||
"consola": "^3.2.3", | ||
"eslint": "^9.16.0", | ||
"eslint-plugin-format": "^0.1.3", | ||
"feed": "^4.2.2", | ||
"nuxt": "^3.14.1592", | ||
"pinia": "^2.3.0", | ||
"typescript": "~5.6.3", | ||
"vue-tsc": "^2.1.10", | ||
"wrangler": "^3.95.0" | ||
}, | ||
"resolutions": { | ||
"vite": "^6.0.3" | ||
} | ||
} | ||
Oops, something went wrong.