mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge dev.
This commit is contained in:
commit
be1b2fc272
88 changed files with 4120 additions and 21010 deletions
10
scripts/postbuild.mjs
Normal file
10
scripts/postbuild.mjs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import 'dotenv/config';
|
||||
import { sendTelemetry } from './telemetry';
|
||||
|
||||
async function run() {
|
||||
if (!process.env.DISABLE_TELEMETRY) {
|
||||
await sendTelemetry('build');
|
||||
}
|
||||
}
|
||||
|
||||
run();
|
||||
Loading…
Add table
Add a link
Reference in a new issue