Skip to content

Commit bb53b11

Browse files
Mohammad Al ZouabiMohammad Al Zouabi
authored andcommitted
chore: use bun
1 parent e109782 commit bb53b11

File tree

6 files changed

+12
-46
lines changed

6 files changed

+12
-46
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ "main" ]
9-
schedule:
10-
- cron: '30 19 * * 3'
119

1210
jobs:
1311
analyze:
@@ -37,11 +35,11 @@ jobs:
3735
# If you wish to specify custom queries, you can do so here or in a config file.
3836
# By default, queries listed here will override any specified in a config file.
3937
# Prefix the list here with "+" to use these queries and those in the config file.
40-
38+
4139
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4240
# queries: security-extended,security-and-quality
4341

44-
42+
4543
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4644
# If this step fails, then you should remove it and run the build manually (see below)
4745
- name: Autobuild
@@ -50,7 +48,7 @@ jobs:
5048
# ℹ️ Command-line programs to run using the OS shell.
5149
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5250

53-
# If the Autobuild fails above, remove it and uncomment the following three lines.
51+
# If the Autobuild fails above, remove it and uncomment the following three lines.
5452
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
5553

5654
# - run: |

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

bun.lockb

192 KB
Binary file not shown.

bunfig.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[install]
2+
exact = true

vercel.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"github": {
3-
"silent": true
4-
}
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"installCommand": "bun install",
4+
"buildCommand": "bun run build",
5+
"outputDirectory": "dist",
6+
"devCommand": "bun dev",
7+
"framework": "vite",
8+
"ignoreCommand": "! git diff --name-only HEAD^ HEAD | grep --quiet --invert-match --extended-regexp '^README\\.md|\\.prettierrc\\.js||(\\.vscode|\\.github|\\.husky|scripts)/.*$'"
59
}

vercel.skip.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)