-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
executable file
·14 lines (11 loc) · 980 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env node
// __ __ _ _ ____ _ _ _ _
// \ \ / /__| | ___ ___ _ __ ___ ___ | |_ ___ | __ ) __ _| | | ___ ___ _ __ (_)___| |
// \ \ /\ / / _ \ |/ __/ _ \| '_ ` _ \ / _ \ | __/ _ \ | _ \ / _` | | |/ _ \ / _ \| '_ \ | / __| |
// \ V V / __/ | (_| (_) | | | | | | __/ | || (_) | | |_) | (_| | | | (_) | (_) | | | |_ | \__ \_|
// \_/\_/ \___|_|\___\___/|_| |_| |_|\___| \__\___/ |____/ \__,_|_|_|\___/ \___/|_| |_(_)/ |___(_)
// |__/ 🎈
// ________________________________________________________________________________________________________
/* The line `import "./dist/index.mjs";` is importing the `index.mjs` file from the `dist` directory.
This allows the code in the `index.mjs` file to be executed and used in the current file. */
import "./dist/index.mjs";