From d049af7ef2866eba625f7e865264d6082baa041c Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Mon, 6 Oct 2025 20:57:58 +0800 Subject: [PATCH] ci: add edgeone.json config --- .nvmrc | 2 +- edgeone.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 edgeone.json diff --git a/.nvmrc b/.nvmrc index 32cfab6..c004e35 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.18.0 +v22.20.0 diff --git a/edgeone.json b/edgeone.json new file mode 100644 index 0000000..2d641e5 --- /dev/null +++ b/edgeone.json @@ -0,0 +1,6 @@ +{ + "installCommand": "corepack enable && pnpm install", + "buildCommand": "pnpm build", + "outputDirectory": ".output/public", + "nodeVersion": "22.20.0" +}