This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2023-03-17 22:10:19 +00:00
|
|
|
import { POLY, standalone } from "./rollup.config";
|
2021-11-26 13:18:51 +00:00
|
|
|
|
2023-03-17 22:10:19 +00:00
|
|
|
export default [POLY, ...standalone];
|