Skip to content

Commit 4e28a8c

Browse files
authored
use with instead of assert (#2)
1 parent aa2f543 commit 4e28a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config/shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'vitepress';
2-
import aiscriptTmLanguage from 'aiscript-vscode/aiscript/syntaxes/aiscript.tmLanguage.json' assert { type: 'json' };
2+
import aiscriptTmLanguage from 'aiscript-vscode/aiscript/syntaxes/aiscript.tmLanguage.json' with { type: 'json' };
33
import { createPlaygroundTransformer } from '../scripts/playground-transformer';
44

55
// https://vitepress.dev/reference/site-config

0 commit comments

Comments
 (0)