mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
import { rocketLaunch } from '@rocket/launch';
|
|
import { presetRocketSearch } from '@rocket/search';
|
|
|
|
export default /** @type {import('@rocket/cli').RocketCliOptions} */ ({
|
|
absoluteBaseUrl: 'http://localhost:8080',
|
|
presets: [rocketLaunch(), presetRocketSearch()],
|
|
});
|