Skip to content

Commit 2c3e6d5

Browse files
committed
chore: use bun and update vercel.json
1 parent e109782 commit 2c3e6d5

File tree

7 files changed

+12
-3801
lines changed

7 files changed

+12
-3801
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

0 commit comments

Comments
 (0)