mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
This commit is contained in:
parent
a37dd6180b
commit
10fb001d04
5 changed files with 7305 additions and 4497 deletions
|
|
@ -1,8 +1,9 @@
|
|||
require('dotenv').config();
|
||||
import dotenv from 'dotenv';
|
||||
dotenv.config();
|
||||
const { PrismaClient } = require('@prisma/client');
|
||||
const prisma = new PrismaClient();
|
||||
const chalk = require('chalk');
|
||||
const spawn = require('cross-spawn');
|
||||
import chalk from 'chalk';
|
||||
import spawn from 'cross-spawn';
|
||||
|
||||
let message = '';
|
||||
const updateMessage = `To update your database, you need to run:\n${chalk.bold.whiteBright(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue