Files
open-wc/rocket.config.mjs
Thomas Allmer 0a1b247513 chore: new website using rocket
Co-authored-by: Lars den Bakker <larsdenbakker@gmail.com>
2020-10-29 11:50:15 +01:00

10 lines
202 B
JavaScript

import { rocketLaunch } from '@d4kmor/launch';
import { rocketSearch } from '@d4kmor/search';
export default {
themes: [rocketLaunch(), rocketSearch()],
build: {
emptyOutputDir: false,
},
};