#!/usr/bin/env node // Deprecated: rollup-plugin-copy now handles copying CSS files into dist. // Keeping this script for backward compatibility/history. It will not perform any action. console.log('scripts/copy-css.js is deprecated; rollup-plugin-copy handles CSS copying now.'); process.exit(0);