2024-10-15 10:09:10 +02:00
|
|
|
# redirect-js:
|
|
|
|
# header: true
|
|
|
|
# js:
|
|
|
|
# assets/dist/scripts/redirect.min.js: { weight: -998, preprocess: false, minified: true }
|
|
|
|
|
2024-07-10 16:16:51 +02:00
|
|
|
# Main theme library.
|
|
|
|
global:
|
|
|
|
js:
|
2024-10-15 17:04:01 +02:00
|
|
|
assets/dist/redirect.js: { weight: -998, preprocess: false, minified: true }
|
2024-07-15 16:34:28 +02:00
|
|
|
assets/dist/main.js: {}
|
|
|
|
# assets/js/main.js: {}
|
2024-07-10 16:16:51 +02:00
|
|
|
css:
|
|
|
|
theme:
|
2024-07-15 16:34:28 +02:00
|
|
|
assets/dist/main.css: {}
|
|
|
|
# assets/scss/main.css: {}
|
|
|
|
|
2024-07-16 17:01:09 +02:00
|
|
|
vitehmr:
|
2024-07-15 16:34:28 +02:00
|
|
|
js:
|
|
|
|
http://localhost:5173/@vite/client:
|
|
|
|
type: external
|
|
|
|
attributes:
|
|
|
|
type: module
|
2024-10-15 10:09:10 +02:00
|
|
|
http://localhost:5173/assets/js/redirect.js:
|
|
|
|
type: external
|
|
|
|
attributes:
|
|
|
|
type: module
|
2024-07-15 16:34:28 +02:00
|
|
|
http://localhost:5173/assets/js/main.js:
|
|
|
|
type: external
|
|
|
|
attributes:
|
2024-10-15 10:09:10 +02:00
|
|
|
type: module
|
|
|
|
|