mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
10 lines
202 B
JavaScript
10 lines
202 B
JavaScript
import { rocketLaunch } from '@d4kmor/launch';
|
|
import { rocketSearch } from '@d4kmor/search';
|
|
|
|
export default {
|
|
themes: [rocketLaunch(), rocketSearch()],
|
|
build: {
|
|
emptyOutputDir: false,
|
|
},
|
|
};
|