Skip to content

Commit

Permalink
build:
Browse files Browse the repository at this point in the history
  • Loading branch information
xpyjs committed Jun 14, 2024
1 parent bb089f2 commit b8408b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { h } from 'vue';
import type { Theme } from 'vitepress';
import DefaultTheme from 'vitepress/theme';
import { useComponents } from './useComponents';
import { useComponents } from './useComponents.mts';
import 'vitepress-theme-demoblock/dist/theme/styles/index.css';
import './style.css';

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"private": false,
"version": "2.1.8",
"preview": false,
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down Expand Up @@ -119,4 +120,4 @@
"path": "node_modules/cz-git"
}
}
}
}

0 comments on commit b8408b3

Please sign in to comment.