We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6eb4b commit 1383a8bCopy full SHA for 1383a8b
packages/backend/vite.config.js
@@ -16,8 +16,8 @@
16
* SPDX-License-Identifier: Apache-2.0
17
***********************************************************************/
18
19
-import { join } from 'path';
20
-import { builtinModules } from 'module';
+import {join} from 'path';
+import {builtinModules} from 'module';
21
import replace from '@rollup/plugin-replace';
22
23
const PACKAGE_ROOT = __dirname;
0 commit comments