mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
wip-electron
This commit is contained in:
parent
c637cb49ac
commit
2491bacea1
17 changed files with 8098 additions and 517 deletions
|
|
@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
|||
import path from "path";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "export",
|
||||
turbopack: {
|
||||
// Keep Turbopack scoped to this app instead of inferring a parent workspace root.
|
||||
root: __dirname || path.join(process.cwd()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue