mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
fix vite config for authorization page
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from './vite-module-loader.js';
|
||||
|
||||
async function getConfig() {
|
||||
const paths = ['resources/js/app.ts'];
|
||||
const paths = ['resources/js/app.ts', 'resources/css/app.css'];
|
||||
const modulePaths = await collectModuleAssetsPaths('extensions');
|
||||
const additionalPlugins = await collectModulePlugins('extensions');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user