tangled
alpha
login
or
join now
alice.mosphere.at
/
opennextjs-cloudflare
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
opennextjs-cloudflare
/
examples
/
api
/
next.config.mjs
at
experimental
4 lines
92 B
view raw
wrap content
Dario Piotrowicz
implement webpack chunks file updating using ast manipulation (#12)
2y ago
06a41be4
1
/** @type {import('next').NextConfig} */
2
const
nextConfig
=
{
}
;
3
4
export
default
nextConfig
;