Rename config file to be ESM

This commit is contained in:
Nikita Karamov 2023-08-26 15:25:41 +02:00
parent 436db5ab43
commit 45a8984964
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}
},
{
"files": ["api/*.js", "astro.config.ts"],
"files": ["api/*.js", "astro.config.mjs"],
"env": {
"node": true,
"browser": false