mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 12:38:57 -04:00
11 lines
183 B
TypeScript
11 lines
183 B
TypeScript
import { defineConfig } from 'vite-plus';
|
|
export default defineConfig({
|
|
run: {
|
|
enablePrePostScripts: true,
|
|
cache: {
|
|
scripts: false,
|
|
tasks: true,
|
|
},
|
|
},
|
|
});
|