# redirect-js:
#   header: true
#   js:
#     assets/dist/scripts/redirect.min.js: { weight: -998, preprocess: false, minified: true }

# Main theme library.
global:
  js:
    assets/dist/redirect.js: { weight: -998, preprocess: false, minified: true }
    assets/dist/main.js: {}
    # assets/js/main.js: {}
  css:
    theme:
      assets/dist/main.css: {}
      # assets/scss/main.css: {}

vitehmr:
  js:
    http://localhost:5173/@vite/client:
      type: external
      attributes: 
        type: module
    http://localhost:5173/assets/js/redirect.js:
      type: external
      attributes: 
        type: module
    http://localhost:5173/assets/js/main.js:
      type: external
      attributes: 
        type: module