fix: disable deprecation warnings

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-12-12 00:01:06 -05:00
parent 57d86eb118
commit af251b9c4b
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840

View File

@ -1,3 +1,5 @@
#!/usr/bin/env -S node --no-deprecation
const fs = require('fs');
const chalk = require('chalk');
const path = require('path');