1
0
mirror of synced 2026-01-22 00:01:39 -05:00

Update typescript, consistent import path format for ts/tsx files (#55922)

This commit is contained in:
Kevin Heis
2025-06-03 12:36:19 -07:00
committed by GitHub
parent 2f968d9edd
commit fab07f48b9
216 changed files with 968 additions and 824 deletions

View File

@@ -4,7 +4,7 @@ import path from 'path'
import { program } from 'commander'
import readFrontmatter from 'src/frame/lib/read-frontmatter.js'
import readFrontmatter from '@/frame/lib/read-frontmatter.js'
const ROOT = process.env.ROOT || '.'
const CONTENT_ROOT = path.resolve(path.join(ROOT, 'content'))