2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 02:49:03 +00:00

Fixed linting for PR 843

This commit is contained in:
Isaac GC 2024-02-11 16:09:35 -08:00
parent 556d91dc6c
commit b45214a75e
2 changed files with 2 additions and 4 deletions

View File

@ -154,8 +154,6 @@ async function packageApp() {
delete builderArgs[opt]; delete builderArgs[opt];
} }
let buildOptions = { let buildOptions = {
config: frappeBooksConfig, config: frappeBooksConfig,
...builderArgs, ...builderArgs,

View File

@ -1,4 +1,4 @@
// App is tagged with a .mjs extension to allow // App is tagged with a .mjs extension to allow
import path from 'path'; import path from 'path';
import { fileURLToPath } from 'url'; import { fileURLToPath } from 'url';
@ -66,4 +66,4 @@ const frappeBooksConfig = {
}, },
}; };
export default frappeBooksConfig; export default frappeBooksConfig;