mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
This commit is contained in:
parent
a37dd6180b
commit
10fb001d04
5 changed files with 7305 additions and 4497 deletions
10
rollup.checkdb.config.js
Normal file
10
rollup.checkdb.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import commonjs from "@rollup/plugin-commonjs";
|
||||
import { nodeResolve } from '@rollup/plugin-node-resolve';
|
||||
export default {
|
||||
input: 'scripts/check-db.js',
|
||||
output: {
|
||||
file: 'scripts/check-db-bundle.js',
|
||||
format: 'cjs',
|
||||
},
|
||||
plugins: [commonjs(),nodeResolve()],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue