chore: comment

This commit is contained in:
草鞋没号 2022-04-28 07:49:47 +08:00
parent 8e7e06331c
commit 326f45f07a

View File

@ -18,7 +18,7 @@ export default defineConfig({
* which will ensure that the electron-builder can package it correctly
*/
{
// If you use electron-store, this will work
// If you use electron-store, this will work - ESM format code snippets
'electron-store': 'const Store = require("electron-store"); export default Store;',
}
),