diff --git a/.eslintrc.json b/.eslintrc.json index c0deeeb..8d5263b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,7 +22,7 @@ } }, { - "files": ["api/*.js", "astro.config.ts"], + "files": ["api/*.js", "astro.config.mjs"], "env": { "node": true, "browser": false diff --git a/astro.config.ts b/astro.config.mjs similarity index 100% rename from astro.config.ts rename to astro.config.mjs