Skip to content

Commit

Permalink
chore: 🤖 build
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilinerL committed Nov 21, 2024
1 parent b7909ea commit 150cb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const path = require('path')
const website = require('@mpxjs/vuese-website').default

website({
command: 'build',
srcDirPath: path.resolve(__dirname, './src'),
exampleDirPath: path.resolve(__dirname, './pages'),
outputPath: path.resolve(__dirname, './docs/components'),
Expand Down
2 changes: 1 addition & 1 deletion packages/website/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getFiles } from './get-files-list'
import { getCache } from './cache'

export type WebsiteConfig = {
command: 'dev'|'bulid',
command: 'dev'|'build',
srcDirPath: string
exampleDirPath: string
outputPath: string
Expand Down

0 comments on commit 150cb77

Please sign in to comment.