mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-27 21:29:38 +08:00
17 lines
373 B
JavaScript
17 lines
373 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.73.0
|
|
Fri, 13 May 2022 15:50:44 GMT - commit 931a19940f58c745e9da9eae5585b551f356b2ed
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
|
|
import 'path';
|
|
import 'process';
|
|
import 'perf_hooks';
|
|
import 'crypto';
|
|
import 'fs';
|
|
import 'events';
|