🔧 enabled Vue.js devtool (packages/client/vite.config.ts)
This commit is contained in:
parent
5ca74febe1
commit
6a5132accd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
_DATA_TRANSFER_DRIVE_FOLDER_: JSON.stringify("mk_drive_folder"),
|
||||
_DATA_TRANSFER_DECK_COLUMN_: JSON.stringify("mk_deck_column"),
|
||||
__VUE_OPTIONS_API__: true,
|
||||
__VUE_PROD_DEVTOOLS__: false,
|
||||
__VUE_PROD_DEVTOOLS__: true,
|
||||
},
|
||||
|
||||
build: {
|
||||
|
|
Reference in a new issue