diff --git a/quickstart/server.mdx b/quickstart/server.mdx index f401638..3ba7eb6 100644 --- a/quickstart/server.mdx +++ b/quickstart/server.mdx @@ -390,7 +390,7 @@ Update your package.json to add type: "module" and a build script: }, "files": [ "build" - ], + ] } ```