mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 21:01:59 +04:00
Create theme support script in core (#2234)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user