source: frontend/node_modules/rollup/dist/es/rollup.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 373 bytes
Line 
1/*
2 @license
3 Rollup.js v2.80.0
4 Sun, 22 Feb 2026 06:16:40 GMT - commit d17ae15336a45c3c59b2a4aacac2b14186035d28
5
6 https://github.com/rollup/rollup
7
8 Released under the MIT License.
9*/
10export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
11import 'path';
12import 'process';
13import 'perf_hooks';
14import 'crypto';
15import 'fs';
16import 'events';
Note: See TracBrowser for help on using the repository browser.