mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated components build.
This commit is contained in:
parent
5f27ba149b
commit
56af91950a
53 changed files with 942 additions and 333 deletions
|
|
@ -4,7 +4,7 @@ esbuild
|
|||
.build({
|
||||
entryPoints: ['src/generated/prisma/client.ts'], // Adjust this to your entry file
|
||||
bundle: true, // Bundle all files into one (optional)
|
||||
outfile: 'dist/generated/prisma/client.js', // Output file
|
||||
outfile: 'generated/prisma/client.js', // Output file
|
||||
platform: 'node', // For Node.js compatibility
|
||||
target: 'es2020', // Target version of Node.js
|
||||
format: 'esm', // Use ESM format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue