mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Plugin system (#1866)
This commit is contained in:
@@ -9,6 +9,9 @@ export default defineConfig({
|
||||
input: [
|
||||
...globSync('resources/css/**/*.css'),
|
||||
...globSync('resources/js/**/*.js'),
|
||||
|
||||
...globSync('plugins/*/resources/css/**/*.css'),
|
||||
...globSync('plugins/*/resources/js/**/*.js'),
|
||||
],
|
||||
refresh: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user