mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 07:29:08 +00:00
refactor: expose missing types
This commit is contained in:
committed by
Carlos Valente
parent
fc2e76db0a
commit
1054ec0a5e
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup';
|
||||
import copyPlugin from '@sprout2000/esbuild-copy-plugin';
|
||||
|
||||
export default defineConfig({
|
||||
clean: false, //we can't use clean as i dose so after the copy plugin runs
|
||||
clean: false, // we can't use clean as it runs after the copy plugin
|
||||
entry: ['src/main.ts'],
|
||||
outDir: 'dist',
|
||||
bundle: true,
|
||||
|
||||
Reference in New Issue
Block a user