mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Styling for all forms.
This commit is contained in:
parent
c98f324c22
commit
3650204519
28 changed files with 36 additions and 33 deletions
|
|
@ -2,7 +2,7 @@ import esbuild from 'esbuild';
|
|||
|
||||
esbuild
|
||||
.build({
|
||||
entryPoints: ['src/generated/prisma/client.ts'], // Adjust this to your entry file
|
||||
entryPoints: ['src/generated/prisma/client.js'], // Adjust this to your entry file
|
||||
bundle: true, // Bundle all files into one (optional)
|
||||
outfile: 'dist/generated/prisma/client.js', // Output file
|
||||
platform: 'node', // For Node.js compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue