chore: convert .scripts to cjs

This commit is contained in:
Alexis
2021-08-31 07:32:36 +09:30
parent 52b9670c82
commit bc9c1c03e4

View File

@@ -1,4 +1,4 @@
const fs = require('fs');
import fs from 'fs';
const paths = {
server: './node_modules/subscriptions-transport-ws/dist/server.js',