Skip to content

Commit

Permalink
Merge pull request #146 from rjdellecese/update
Browse files Browse the repository at this point in the history
Update deps, get working again
  • Loading branch information
rjdellecese authored Feb 23, 2024
2 parents cf4db59 + cc7947d commit 9a359cd
Show file tree
Hide file tree
Showing 34 changed files with 5,667 additions and 12,957 deletions.
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
},
plugins: [
"@typescript-eslint",
"fp-ts",
"simple-import-sort",
"no-type-assertion",
"no-relative-import-paths",
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ dist/
.parcel-cache/
.netlify/
src/convex/_generated/

.env.local
15 changes: 1 addition & 14 deletions convex.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
{
"project": "scroll",
"team": "rjdellecese",
"prodUrl": "https://fleet-capybara-2.convex.cloud",
"functions": "src/convex/",
"authInfo": [
{
"domain": "https://clerk.concise.escargot-18.lcl.dev/",
"applicationID": "convex"
},
{
"domain": "https://clerk.scroll.ink/",
"applicationID": "convex"
}
]
"functions": "src/convex/"
}
Loading

0 comments on commit 9a359cd

Please sign in to comment.