🔧 npm update

This commit is contained in:
2025-04-15 20:50:11 +02:00
parent ce5b9ac0c8
commit 94a90edabd
828 changed files with 256807 additions and 197099 deletions

View File

@@ -1,10 +1,11 @@
import { Plugin, UserConfig, ConfigEnv } from 'vite';
import { Config as FullReloadConfig } from 'vite-plugin-full-reload';
import { InputOption } from "rollup";
interface PluginConfig {
/**
* The path or paths of the entry points to compile.
*/
input: string | string[];
input: InputOption;
/**
* Laravel's public directory.
*
@@ -26,7 +27,7 @@ interface PluginConfig {
/**
* The path of the SSR entry point.
*/
ssr?: string | string[];
ssr?: InputOption;
/**
* The directory where the SSR bundle should be written.
*