Skip to content

Commit

Permalink
feat(2014): Start versioning (#762)
Browse files Browse the repository at this point in the history
* feat(2014): Start versioning

* fix(script): Upload multiple table versions

* fix(db): Play nicely with collections index
  • Loading branch information
bagelbits authored Dec 29, 2024
1 parent 13b7175 commit 63c7069
Show file tree
Hide file tree
Showing 32 changed files with 225 additions and 173 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ RUN apt-get update \
&& apt-get -y install curl \
&& apt-get clean \
&& rm -rf /var/apt/lists/*
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_23.x | bash -
RUN apt-get install -y nodejs \
&& apt-get clean \
&& rm -rf /var/apt/lists/*

ENV MONGODB_URI mongodb://localhost:27017/5e-database
ENV MONGODB_URI=mongodb://localhost:27017/5e-database

## Add code
WORKDIR /data/db2
Expand Down
Loading

0 comments on commit 63c7069

Please sign in to comment.