Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cursor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=18-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:22-${VARIANT}

USER root

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=18-bullseye
ARG VARIANT=22-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}

USER root
Expand Down
8 changes: 4 additions & 4 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: "3.8"

services:
app:
Expand All @@ -7,7 +7,7 @@ services:
context: ..
dockerfile: .devcontainer/Dockerfile
args:
VARIANT: 18-bullseye
VARIANT: 22-bullseye

volumes:
- ..:/workspaces/main:cached
Expand All @@ -17,11 +17,11 @@ services:
# Overrides default command so things don't shut down after the process ends.
command: /bin/bash -c "sleep infinity"

network_mode: 'host'
network_mode: "host"

environment:
# This is set to `true` locally when using devcontainers, so we add this here for compatibility
REMOTE_CONTAINERS: 'true'
REMOTE_CONTAINERS: "true"

volumes:
pre-commit-cache:
Expand Down
291 changes: 0 additions & 291 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ pnpm-lock.yaml
.gitkeep
transcend-yml-schema-*.json
dist/
*.pnp.*
*.pnp.*
examples/
9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

Loading
Loading