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" +}