Files
nextjs-rsc/next.config.json
Thuc Pham 4e1e986e79 feat: sync with latest CL (#2)
* feat: sync with latest CL

* declare use client
2024-11-14 13:25:48 +08:00

19 lines
280 B
JSON

{
"outputFileTracingIncludes": {
"/*": [
"./cache/**/*"
]
},
"outputFileTracingExcludes": {
"/api/files/*": [
".next/**/*",
"node_modules/**/*",
"public/**/*",
"app/**/*"
]
},
"transpilePackages": [
"highlight.js"
]
}