Skip to content

Commit

Permalink
update to sdk v0.6.0 (#39)
Browse files Browse the repository at this point in the history
* update to sdk v0.6.0

* fixup
  • Loading branch information
eshaan7 authored Nov 4, 2024
1 parent 68a9a73 commit 7daea1a
Show file tree
Hide file tree
Showing 12 changed files with 2,475 additions and 413 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.sqlite
*.sqlite*
node_modules/
build/
bun.lockb
Expand Down
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
FROM node:lts-bookworm-slim

ARG NPM_TOKEN
ENV NPM_TOKEN $NPM_TOKEN

RUN npm install -g npm@latest

# Install bun globally
RUN npm install -g bun

WORKDIR /app

# Set the NPM token for private package access
RUN echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >.npmrc

# Copy env files
COPY .env .env

Expand Down
Loading

0 comments on commit 7daea1a

Please sign in to comment.