diff --git a/packages/config/index.js b/packages/config/index.js index 41231bc..e3fbf41 100644 --- a/packages/config/index.js +++ b/packages/config/index.js @@ -1,9 +1,12 @@ +/** + * @typedef {import('nitropack').NitroConfig} NitroConfig + */ + /** * Returns the Nitro configuration for a McFly project - * @typedef {import('nitropack').NitroConfig} NitroConfig * @returns {NitroConfig} */ -export default function McFly() { +export default function () { return { devServer: { watch: ["./src/pages", "./src/components"],