🔧 npm update
This commit is contained in:
5
node_modules/laravel-vite-plugin/dist/index.d.ts
generated
vendored
5
node_modules/laravel-vite-plugin/dist/index.d.ts
generated
vendored
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user