mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Remove prestart script.
This commit is contained in:
parent
f2d17996eb
commit
a4e2e46834
3 changed files with 4 additions and 23 deletions
|
|
@ -1,10 +0,0 @@
|
|||
require('dotenv').config();
|
||||
const { sendTelemetry } = require('./telemetry');
|
||||
|
||||
async function run() {
|
||||
if (!process.env.DISABLE_TELEMETRY) {
|
||||
await sendTelemetry('start');
|
||||
}
|
||||
}
|
||||
|
||||
run();
|
||||
Loading…
Add table
Add a link
Reference in a new issue