File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
3
3
{
4
4
"name" : " FakerJs" ,
5
- "image" : " mcr.microsoft.com/devcontainers/typescript-node:22@sha256:52f2401bd5937985be000f34bb33bb3a3a47bd20249d91bc787d8f00eba220e9 " ,
5
+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:22@sha256:2c54a060aadfb853e8d57377eb093b1593fca93864f67a32e7e977e4df0e4329 " ,
6
6
7
7
// Features to add to the dev container. More info: https://containers.dev/features.
8
8
// "features": {},
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
import { computed , ref } from ' vue' ;
5
5
import { slugify } from ' ../.vitepress/shared/utils/slugify' ;
6
6
import apiSearchIndex from ' ./api-search-index.json' ;
7
- import { APIGroup } from ' ./api-types' ;
7
+ import type { APIGroup } from ' ./api-types' ;
8
8
9
9
const query = ref (' ' );
10
10
const normalize = (s : string ) => s .toLowerCase ().replace (/ -/ g , ' ' );
You can’t perform that action at this time.
0 commit comments