Skip to content

Commit

Permalink
feat: change runtime to bun
Browse files Browse the repository at this point in the history
BREAKING CHANGE: changes runtime from node to bun
  • Loading branch information
KaiVolland committed Sep 16, 2024
1 parent 1d6c52f commit 0bc94ca
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 16,489 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
dist
binaries

output-bulk
output.map
Expand Down
Binary file added bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions package-binaries.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* eslint-disable no-console */
const fs = require('fs');
const path = require('path');
const AdmZip = require('adm-zip');

import fs from 'fs';
import AdmZip from 'adm-zip';

// Define the folder path and the list of file names
const folderPath = './binaries/';
Expand Down
Loading

0 comments on commit 0bc94ca

Please sign in to comment.