Fix: unnecessary changes in reverted commit

pull/5694/head
Angel Fernando Quiroz Campos 1 year ago
parent 0bddc69dc8
commit 1a5a76e659
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 10775
      assets/css/primevue-md-light-indigo/theme.css
  2. 2
      config/packages/mailer.yaml
  3. 2
      webpack.config.js

File diff suppressed because it is too large Load Diff

@ -5,7 +5,7 @@ framework:
when@dev: when@dev:
framework: framework:
mailer: mailer:
dsn: '%env(MAILER_DSN)%' dsn: 'null://null'
when@test: when@test:
framework: framework:

@ -9,7 +9,7 @@ if (!Encore.isRuntimeEnvironmentConfigured()) {
} }
Encore.setOutputPath("public/build/") Encore.setOutputPath("public/build/")
//.setManifestKeyPrefix("public/build/") .setManifestKeyPrefix("public/build/")
.setPublicPath("/build") .setPublicPath("/build")
.cleanupOutputBeforeBuild() .cleanupOutputBeforeBuild()
.enableBuildNotifications() .enableBuildNotifications()

Loading…
Cancel
Save