v3.1: Upgraded to NextJS 12

Static Dockerfile

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-10-02 22:10:54 +02:00
parent 4561aab6dd
commit b2ca46ffaf
23 changed files with 3446 additions and 18991 deletions

View File

@ -4,14 +4,7 @@
"target": "esnext",
"module": "esnext",
"baseUrl": "./src",
"paths": {
"@styl/*": [
"styl/*"
],
"@cp/*": [
"components/*"
],
}
"incremental": true
},
"exclude": [
"node_modules",
@ -20,7 +13,7 @@
],
"include": [
"next-env.d.ts",
"src/styl/stylus.d.ts",
"stylus.d.ts",
"**/*.ts",
"**/*.tsx"
]