mirror of
https://github.com/joeseesun/wechat-radar.git
synced 2026-09-11 10:38:30 +09:00
Initial open source release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
turbopack: {
|
||||
root: process.cwd(),
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user