13-05-2026 Frontend DEV + HUB
This commit is contained in:
parent
5b8bdf4182
commit
092ee0e918
24 changed files with 3560 additions and 34 deletions
|
|
@ -19,6 +19,7 @@ export default defineConfig({
|
|||
// Web Theme CSS Dateien
|
||||
"resources/css/web/theme-businessportal24.css",
|
||||
"resources/css/web/theme-presseecho.css", // Neu: CSS für presseecho hinzugefügt, um beide Themes vorab zu kompilieren
|
||||
"resources/css/web/theme-presseportale.css", // Hub-Landing presseportale.com
|
||||
"resources/js/app.js",
|
||||
],
|
||||
refresh: ["resources/views/web/**/*.blade.php"],
|
||||
|
|
@ -44,6 +45,8 @@ export default defineConfig({
|
|||
"businessportal24.test",
|
||||
"assets.presseecho.test", // Neu: presseecho-Host hinzugefügt
|
||||
"presseecho.test", // Neu: presseecho-Host hinzugefügt
|
||||
"assets.presseportale.test", // Hub-Landing presseportale.com
|
||||
"presseportale.test", // Hub-Landing presseportale.com
|
||||
"localhost",
|
||||
"0.0.0.0",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue