Change paths for debian_docker filesystem

This commit is contained in:
David Bomba 2024-11-24 17:29:05 +11:00
parent 0d415c5766
commit 0c2260ca0f
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
5.10.56
5.10.57

View File

@ -66,7 +66,7 @@ return [
'debian_docker' => [
'driver' => 'local',
'root' => storage_path('app/public/storage'),
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'permissions' => [
'file' => [

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.10.56'),
'app_tag' => env('APP_TAG', '5.10.56'),
'app_version' => env('APP_VERSION', '5.10.57'),
'app_tag' => env('APP_TAG', '5.10.57'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),

View File

@ -14,7 +14,7 @@ export default defineConfig({
output: {
// This will output a single bundle file
entryFileNames: 'bundle.[hash].js',
chunkFileNames: 'bundle.[hash].js'
manualChunks: undefined
}
},
},