Compare commits

...
5 Commits
4 changed files with 17 additions and 3 deletions
+7 -1
View File
@@ -176,7 +176,13 @@ export const proficient: Tag[] = [
label: "Gin",
icon: "i-logos-gin",
to: "https://gin-gonic.com",
type: "Framework", // refined from Library
type: "Framework",
},
{
label: "ElasticSearch",
icon: "devicon:elasticsearch",
to: "https://www.elastic.co/elasticsearch",
type: "Data",
},
];
+1 -1
View File
@@ -153,7 +153,7 @@ export default defineNuxtConfig({
},
},
documentDriven: false,
respectPathCase: true,
respectPathCase: true
} as any,
i18n: {
+4 -1
View File
@@ -66,5 +66,8 @@
"ios_saf >= 15",
"not dead"
],
"packageManager": "pnpm@10.24.0"
"packageManager": "pnpm@10.24.0",
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
+5
View File
@@ -0,0 +1,5 @@
onlyBuiltDependencies:
- puppeteer
- better-sqlite3
- esbuild
- vue-demi