mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
fix(tsconfig): 🔧 Fix includePaths
- Config file di Vite mancante - Includi solo `resources/js/*` e non anche le altre cartelle dentro `resources`
This commit is contained in:
parent
ff71b7b477
commit
c9fb53ec45
@ -22,6 +22,7 @@
|
||||
"baseUrl": "."
|
||||
},
|
||||
"include": [
|
||||
"resources/**/*"
|
||||
"resources/js/*",
|
||||
"vite.config.ts"
|
||||
]
|
||||
}
|
||||
|
@ -24,18 +24,18 @@ export default defineConfig(osmConfig({
|
||||
{
|
||||
src: 'android-chrome-192x192.png',
|
||||
sizes: '192x192',
|
||||
type: 'image/png',
|
||||
type: 'image/png'
|
||||
},
|
||||
{
|
||||
src: 'android-chrome-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png'
|
||||
},
|
||||
{
|
||||
src: 'android-chrome-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
},
|
||||
{
|
||||
src: 'android-chrome-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
purpose: 'any maskable',
|
||||
purpose: 'any maskable'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user