Create theme support script in core (#2234)

This commit is contained in:
Paweł Kuna
2025-03-24 00:13:50 +01:00
committed by GitHub
parent 9fceadd422
commit dd26b62607
9 changed files with 17 additions and 46 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
const __dirname = path.dirname(fileURLToPath(import.meta.url))
const pkgJson = path.join(__dirname, 'package.json')
const pkgJson = path.join(__dirname, '../../core/package.json')
const pkg = JSON.parse(await fs.readFile(pkgJson, 'utf8'))
const year = new Date().getFullYear()