Rename config file to be ESM
This commit is contained in:
parent
eb185b7ea1
commit
b309d646a4
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"files": ["api/*.js", "astro.config.ts"],
|
||||
"files": ["api/*.js", "astro.config.mjs"],
|
||||
"env": {
|
||||
"node": true,
|
||||
"browser": false
|
||||
|
|
Reference in a new issue