mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-20 13:31:04 +01:00
refactor: ♻️ Riformattazione codice
This commit is contained in:
parent
e570130791
commit
dffce3c724
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@ resources/static/vendor/
|
||||
.phpstorm.meta.php
|
||||
_ide_helper.php
|
||||
_ide_helper_models.php
|
||||
.idea/dataSources.xml
|
||||
.idea/deployment.xml
|
||||
.idea/discord.xml
|
||||
.idea/php.xml
|
||||
|
@ -37,10 +37,9 @@
|
||||
"guzzlehttp/guzzle": "^7",
|
||||
"inertiajs/inertia-laravel": "^0",
|
||||
"innocenzi/laravel-vite": "^0",
|
||||
"laravel-json-api/laravel": "^2",
|
||||
"laravel/framework": "^8",
|
||||
"laravel/tinker": "^2",
|
||||
"laravel-json-api/laravel": "^1",
|
||||
"maicol07/laravel-json-api-resource": "dev-master",
|
||||
"nette/utils": "^3",
|
||||
"riverskies/laravel-mobile-detect": "^1",
|
||||
"spatie/file-system-watcher": "^1.0",
|
||||
@ -51,11 +50,11 @@
|
||||
"astrotomic/ignition-stackoverflow": "^1",
|
||||
"barryvdh/laravel-debugbar": "^3",
|
||||
"barryvdh/laravel-ide-helper": "^2",
|
||||
"spatie/laravel-ignition": "^1",
|
||||
"friendsofphp/php-cs-fixer": "^3",
|
||||
"kkomelin/laravel-translatable-string-exporter": "^1",
|
||||
"friendsofphp/php-cs-fixer": "^3",
|
||||
"nunomaduro/collision": "^5",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"spatie/laravel-ignition": "^1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -79,7 +78,10 @@
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"wikimedia/composer-merge-plugin": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"merge-plugin": {
|
||||
|
@ -2,9 +2,9 @@ import {IconButton as MWCIconButton} from '@material/mwc-icon-button';
|
||||
import styles from '@openstamanager/scss/material/icon-button.scss';
|
||||
import classnames from 'classnames';
|
||||
import {
|
||||
type TemplateResult,
|
||||
css,
|
||||
html,
|
||||
type TemplateResult,
|
||||
unsafeCSS
|
||||
} from 'lit';
|
||||
import {
|
||||
|
@ -5,7 +5,7 @@ import {VitePWA} from 'vite-plugin-pwa';
|
||||
|
||||
export default defineConfig(osmConfig({
|
||||
build: {
|
||||
minify: true
|
||||
minify: false
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: [
|
||||
@ -38,7 +38,7 @@ export default defineConfig(osmConfig({
|
||||
]
|
||||
}
|
||||
}))
|
||||
// @ts-ignore
|
||||
// eslint-disable-next-line new-cap
|
||||
.withPlugins(...VitePWA({
|
||||
includeAssets: [
|
||||
'images/favicon/favicon.ico',
|
||||
|
Loading…
x
Reference in New Issue
Block a user