mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-12 11:12:49 +03:30
Compare commits
5
Commits
65811a0060
...
4fe7a4c484
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fe7a4c484 | ||
|
|
4ebc46d3bd | ||
|
|
3147e361e4 | ||
|
|
ca4971276b | ||
|
|
cb9cc8cf57 |
+7
-1
@@ -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
@@ -153,7 +153,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
documentDriven: false,
|
||||
respectPathCase: true,
|
||||
respectPathCase: true
|
||||
} as any,
|
||||
|
||||
i18n: {
|
||||
|
||||
+4
-1
@@ -66,5 +66,8 @@
|
||||
"ios_saf >= 15",
|
||||
"not dead"
|
||||
],
|
||||
"packageManager": "pnpm@10.24.0"
|
||||
"packageManager": "pnpm@10.24.0",
|
||||
"onlyBuiltDependencies": [
|
||||
"better-sqlite3"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
onlyBuiltDependencies:
|
||||
- puppeteer
|
||||
- better-sqlite3
|
||||
- esbuild
|
||||
- vue-demi
|
||||
Reference in New Issue
Block a user