last step of #src -> @/ (#57664)
This commit is contained in:
@@ -8,7 +8,7 @@ import path from 'path'
|
||||
import { program } from 'commander'
|
||||
import frontmatter from '@/frame/lib/read-frontmatter'
|
||||
import walkFiles from '@/workflows/walk-files'
|
||||
import { contentTypesEnum } from '#src/frame/lib/frontmatter.js'
|
||||
import { contentTypesEnum } from '@/frame/lib/frontmatter'
|
||||
import type { MarkdownFrontmatter } from '@/types'
|
||||
|
||||
const RESPONSIBLE_USE_STRING = 'responsible-use'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import cheerio from 'cheerio'
|
||||
import { describe, expect, test } from 'vitest'
|
||||
|
||||
import { renderContent } from '#src/content-render/index'
|
||||
import { renderContent } from '@/content-render/index'
|
||||
import { EOL } from 'os'
|
||||
|
||||
// Use platform-specific line endings for realistic tests when templates have
|
||||
|
||||
Reference in New Issue
Block a user