From b309d646a476fbeb647db8cbdf03fd41845dcd61 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 26 Aug 2023 15:25:41 +0200 Subject: [PATCH] Rename config file to be ESM --- .eslintrc.json | 2 +- astro.config.ts => astro.config.mjs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename astro.config.ts => astro.config.mjs (100%) 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