Converted compiler to JS

This commit is contained in:
2022-01-04 22:08:24 -08:00
parent dfd205ce22
commit 1cd4f76f50
6 changed files with 106 additions and 6 deletions

4
scripts/clean.js Normal file
View File

@@ -0,0 +1,4 @@
const rimraf = require('rimraf');
console.log('🔥 Cleaning');
rimraf.sync('build');