1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

I guess this works? So cool :O

This commit is contained in:
Jayvin Hernandez 2025-02-02 19:07:33 -08:00
parent 5dfcee7801
commit f6b1132849
No known key found for this signature in database
GPG key ID: 97C2E533F17AF0EB

View file

@ -1,4 +1,4 @@
import config from 'lib/config';
import 'lib/config';
import { inspect } from 'util';
console.log(inspect(config, { depth: Infinity, colors: true }));