Fix editorfiles path

This commit is contained in:
2025-03-31 10:04:55 +03:00
committed by GitHub
parent 82e8d55bd2
commit 1adb968330

View File

@@ -17,7 +17,7 @@ const reactComp = (folder) => {
/** @type {import('simple-scaffold').ScaffoldConfigFile} */
module.exports = {
editorfile: {
templates: ['gen/editorfiles'],
templates: ['gen/editorfile'],
output: '.',
name: '-',
},