Files
pezkuwi-dev/packages/dev/scripts/pezkuwi-exec-rollup.mjs
T

8 lines
211 B
JavaScript
Executable File

#!/usr/bin/env node
// Copyright 2017-2025 @pezkuwi/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { execViaNode } from './util.mjs';
execViaNode('rollup', 'rollup/dist/bin/rollup');