Merge remote-tracking branch 'origin/main' into feat/windows-platform-adapter
# Conflicts: # packages/web/next.config.js
This commit is contained in:
commit
fbdb542eb8
|
|
@ -1,8 +1,13 @@
|
|||
import os from "os";
|
||||
import path from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const homeDir = os.homedir().replace(/\\/g, "/");
|
||||
const nextConfig = {
|
||||
outputFileTracingRoot: path.join(__dirname, "../.."),
|
||||
transpilePackages: [
|
||||
"@aoagents/ao-core",
|
||||
"@aoagents/ao-plugin-agent-claude-code",
|
||||
|
|
|
|||
Loading…
Reference in New Issue