mirror of
https://github.com/run-llama/nextjs-rsc.git
synced 2026-06-30 21:38:02 -04:00
4e1e986e79
* feat: sync with latest CL * declare use client
19 lines
280 B
JSON
19 lines
280 B
JSON
{
|
|
"outputFileTracingIncludes": {
|
|
"/*": [
|
|
"./cache/**/*"
|
|
]
|
|
},
|
|
"outputFileTracingExcludes": {
|
|
"/api/files/*": [
|
|
".next/**/*",
|
|
"node_modules/**/*",
|
|
"public/**/*",
|
|
"app/**/*"
|
|
]
|
|
},
|
|
"transpilePackages": [
|
|
"highlight.js"
|
|
]
|
|
}
|