Skip to content

Commit d2a5e20

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr/gwleuverink/27
2 parents 5923f0e + cf0e000 commit d2a5e20

File tree

4 files changed

+626
-495
lines changed

4 files changed

+626
-495
lines changed

config/nativephp-internal.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@
9898
'vendor/bin',
9999
],
100100

101+
/**
102+
* A list of files and folders that should be forcibly included
103+
* even if they match exclusion patterns.
104+
*
105+
* Internal use only for now
106+
*/
107+
'cleanup_include_files' => [
108+
'vendor/nativephp/desktop/resources/electron/electron-plugin/src/preload/livewire-dispatcher.js',
109+
],
110+
101111
/**
102112
* The binary path of PHP for NativePHP to use at build.
103113
*/

0 commit comments

Comments
 (0)