Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/nativephp-internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@
'vendor/bin',
],

/**
* A list of files and folders that should be forcibly included
* even if they match exclusion patterns.
*
* Internal use only for now
*/
'cleanup_include_files' => [
'vendor/nativephp/desktop/resources/electron/electron-plugin/src/preload/livewire-dispatcher.js',
],

/**
* The binary path of PHP for NativePHP to use at build.
*/
Expand Down
Loading