Rename config file to be ESM

This commit is contained in:
Nikita Karamov 2023-08-26 15:25:41 +02:00
parent eb185b7ea1
commit b309d646a4
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": { "env": {
"node": true, "node": true,
"browser": false "browser": false