File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/js/electron-plugin/src/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ function getDefaultEnvironmentVariables(secret?: string, apiPort?: number): Envi
265
265
266
266
// Only add cache paths if in production mode
267
267
if ( runningSecureBuild ( ) ) {
268
- variables . APP_SERVICES_CACHE = join ( bootstrapCache , 'services.php' ) ;
269
- variables . APP_PACKAGES_CACHE = join ( bootstrapCache , 'packages.php' ) ;
268
+ variables . APP_SERVICES_CACHE = join ( bootstrapCache , 'services.php' ) ; // Should be present and writable
269
+ variables . APP_PACKAGES_CACHE = join ( bootstrapCache , 'packages.php' ) ; // Should be present and writable
270
270
variables . APP_CONFIG_CACHE = join ( bootstrapCache , 'config.php' ) ;
271
271
variables . APP_ROUTES_CACHE = join ( bootstrapCache , 'routes-v7.php' ) ;
272
272
variables . APP_EVENTS_CACHE = join ( bootstrapCache , 'events.php' ) ;
You can’t perform that action at this time.
0 commit comments