* Proxy "blitz export" to "next export" (minor) * Add "static" example * Fix manifest missing * fix tsc error * Fix version of Blitz for static example * Use preconstructs monorepo build tooling * Add type that static example needs for compilation * Run "next export" on ".next", not on ".blitz/build/" * Remove forgotten console.log o.O * Don't change type of nextBuild[manifest] * Update static example Blitz version Co-authored-by: Brandon Bayer <b@bayer.ws>
4 lines
40 B
JavaScript
4 lines
40 B
JavaScript
module.exports = {
|
|
preset: "blitz",
|
|
}
|