2025-11-26 15:42:40 -07:00

6 lines
298 B
JavaScript

#!/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);