Skip to content

Commit

Permalink
chore: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luke358 committed Jan 22, 2024
1 parent f75df6e commit 9b3027b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
AddServiceDrawer: typeof import('./src/components/AddServiceDrawer.vue')['default']
ContextMenuPopover: typeof import('./src/components/ContextMenuPopover.vue')['default']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"scripts": {
"dev": "vite --port 5555",
"dev": "npm run recipe && vite --port 5555",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"recipe": "esbuild ./preload/recipe.ts --bundle --packages=external --outfile=./preload/recipe.js --format=cjs",
"preview": "vite preview",
Expand Down

0 comments on commit 9b3027b

Please sign in to comment.