diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 5c6a2aa0047..e1bbd67555a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -19,6 +19,7 @@ jobs: - run: cd core/api && yarn install --frozen-lockfile - name: Run integration tests run: | - cd core/api/ && make integration-in-ci + cd core/api/ + make integration-in-ci container_id=$(docker ps -q -f status=exited -f name="${PWD##*/}-integration-tests-") exit $(docker inspect $container_id --format='{{.State.ExitCode}}') diff --git a/dev/.gitignore b/core/api/dev/.gitignore similarity index 100% rename from dev/.gitignore rename to core/api/dev/.gitignore diff --git a/dev/apollo-federation/README.md b/core/api/dev/apollo-federation/README.md similarity index 100% rename from dev/apollo-federation/README.md rename to core/api/dev/apollo-federation/README.md diff --git a/dev/apollo-federation/router.yaml b/core/api/dev/apollo-federation/router.yaml similarity index 100% rename from dev/apollo-federation/router.yaml rename to core/api/dev/apollo-federation/router.yaml diff --git a/dev/apollo-federation/supergraph-config.yaml b/core/api/dev/apollo-federation/supergraph-config.yaml similarity index 63% rename from dev/apollo-federation/supergraph-config.yaml rename to core/api/dev/apollo-federation/supergraph-config.yaml index 510e81084f0..2f2485bc598 100644 --- a/dev/apollo-federation/supergraph-config.yaml +++ b/core/api/dev/apollo-federation/supergraph-config.yaml @@ -3,4 +3,4 @@ subgraphs: public: routing_url: http://bats-tests:4012/graphql schema: - file: ../../core/api/src/graphql/public/schema.graphql + file: ../../src/graphql/public/schema.graphql diff --git a/dev/apollo-federation/supergraph.graphql b/core/api/dev/apollo-federation/supergraph.graphql similarity index 100% rename from dev/apollo-federation/supergraph.graphql rename to core/api/dev/apollo-federation/supergraph.graphql diff --git a/dev/appcheck/README.md b/core/api/dev/appcheck/README.md similarity index 100% rename from dev/appcheck/README.md rename to core/api/dev/appcheck/README.md diff --git a/dev/bin/gen-test-jwt.ts b/core/api/dev/bin/gen-test-jwt.ts similarity index 100% rename from dev/bin/gen-test-jwt.ts rename to core/api/dev/bin/gen-test-jwt.ts diff --git a/dev/bin/save-lnd-data.sh b/core/api/dev/bin/save-lnd-data.sh similarity index 100% rename from dev/bin/save-lnd-data.sh rename to core/api/dev/bin/save-lnd-data.sh diff --git a/dev/bin/save-loop-data.sh b/core/api/dev/bin/save-loop-data.sh similarity index 100% rename from dev/bin/save-loop-data.sh rename to core/api/dev/bin/save-loop-data.sh diff --git a/dev/bin/start-loopd.sh b/core/api/dev/bin/start-loopd.sh similarity index 100% rename from dev/bin/start-loopd.sh rename to core/api/dev/bin/start-loopd.sh diff --git a/dev/bitcoind/bitcoin.conf b/core/api/dev/bitcoind/bitcoin.conf similarity index 100% rename from dev/bitcoind/bitcoin.conf rename to core/api/dev/bitcoind/bitcoin.conf diff --git a/dev/bria.yml b/core/api/dev/bria.yml similarity index 100% rename from dev/bria.yml rename to core/api/dev/bria.yml diff --git a/dev/fulcrum/fulcrum.conf b/core/api/dev/fulcrum/fulcrum.conf similarity index 100% rename from dev/fulcrum/fulcrum.conf rename to core/api/dev/fulcrum/fulcrum.conf diff --git a/dev/fulcrum/tls.cert b/core/api/dev/fulcrum/tls.cert similarity index 100% rename from dev/fulcrum/tls.cert rename to core/api/dev/fulcrum/tls.cert diff --git a/dev/fulcrum/tls.key b/core/api/dev/fulcrum/tls.key similarity index 100% rename from dev/fulcrum/tls.key rename to core/api/dev/fulcrum/tls.key diff --git a/dev/lnd/lnd.conf b/core/api/dev/lnd/lnd.conf similarity index 100% rename from dev/lnd/lnd.conf rename to core/api/dev/lnd/lnd.conf diff --git a/dev/lnd/lnd1.tpub b/core/api/dev/lnd/lnd1.tpub similarity index 100% rename from dev/lnd/lnd1.tpub rename to core/api/dev/lnd/lnd1.tpub diff --git a/dev/lnd/loop/regtest/loopd1-1.loop.macaroon.base64 b/core/api/dev/lnd/loop/regtest/loopd1-1.loop.macaroon.base64 similarity index 100% rename from dev/lnd/loop/regtest/loopd1-1.loop.macaroon.base64 rename to core/api/dev/lnd/loop/regtest/loopd1-1.loop.macaroon.base64 diff --git a/dev/lnd/loop/regtest/loopd1-1.tls.cert b/core/api/dev/lnd/loop/regtest/loopd1-1.tls.cert similarity index 100% rename from dev/lnd/loop/regtest/loopd1-1.tls.cert rename to core/api/dev/lnd/loop/regtest/loopd1-1.tls.cert diff --git a/dev/lnd/loop/regtest/loopd1-1.tls.cert.base64 b/core/api/dev/lnd/loop/regtest/loopd1-1.tls.cert.base64 similarity index 100% rename from dev/lnd/loop/regtest/loopd1-1.tls.cert.base64 rename to core/api/dev/lnd/loop/regtest/loopd1-1.tls.cert.base64 diff --git a/dev/lnd/loop/regtest/loopd1-1.tls.key b/core/api/dev/lnd/loop/regtest/loopd1-1.tls.key similarity index 100% rename from dev/lnd/loop/regtest/loopd1-1.tls.key rename to core/api/dev/lnd/loop/regtest/loopd1-1.tls.key diff --git a/dev/lnd/loop/regtest/loopd2-1.loop.macaroon.base64 b/core/api/dev/lnd/loop/regtest/loopd2-1.loop.macaroon.base64 similarity index 100% rename from dev/lnd/loop/regtest/loopd2-1.loop.macaroon.base64 rename to core/api/dev/lnd/loop/regtest/loopd2-1.loop.macaroon.base64 diff --git a/dev/lnd/loop/regtest/loopd2-1.tls.cert b/core/api/dev/lnd/loop/regtest/loopd2-1.tls.cert similarity index 100% rename from dev/lnd/loop/regtest/loopd2-1.tls.cert rename to core/api/dev/lnd/loop/regtest/loopd2-1.tls.cert diff --git a/dev/lnd/loop/regtest/loopd2-1.tls.cert.base64 b/core/api/dev/lnd/loop/regtest/loopd2-1.tls.cert.base64 similarity index 100% rename from dev/lnd/loop/regtest/loopd2-1.tls.cert.base64 rename to core/api/dev/lnd/loop/regtest/loopd2-1.tls.cert.base64 diff --git a/dev/lnd/loop/regtest/loopd2-1.tls.key b/core/api/dev/lnd/loop/regtest/loopd2-1.tls.key similarity index 100% rename from dev/lnd/loop/regtest/loopd2-1.tls.key rename to core/api/dev/lnd/loop/regtest/loopd2-1.tls.key diff --git a/dev/lnd/regtest/lnd-outside-1.admin.macaroon.base64 b/core/api/dev/lnd/regtest/lnd-outside-1.admin.macaroon.base64 similarity index 100% rename from dev/lnd/regtest/lnd-outside-1.admin.macaroon.base64 rename to core/api/dev/lnd/regtest/lnd-outside-1.admin.macaroon.base64 diff --git a/dev/lnd/regtest/lnd-outside-1.pubkey b/core/api/dev/lnd/regtest/lnd-outside-1.pubkey similarity index 100% rename from dev/lnd/regtest/lnd-outside-1.pubkey rename to core/api/dev/lnd/regtest/lnd-outside-1.pubkey diff --git a/dev/lnd/regtest/lnd-outside-2.admin.macaroon.base64 b/core/api/dev/lnd/regtest/lnd-outside-2.admin.macaroon.base64 similarity index 100% rename from dev/lnd/regtest/lnd-outside-2.admin.macaroon.base64 rename to core/api/dev/lnd/regtest/lnd-outside-2.admin.macaroon.base64 diff --git a/dev/lnd/regtest/lnd-outside-2.pubkey b/core/api/dev/lnd/regtest/lnd-outside-2.pubkey similarity index 100% rename from dev/lnd/regtest/lnd-outside-2.pubkey rename to core/api/dev/lnd/regtest/lnd-outside-2.pubkey diff --git a/dev/lnd/regtest/lnd1.admin.macaroon.base64 b/core/api/dev/lnd/regtest/lnd1.admin.macaroon.base64 similarity index 100% rename from dev/lnd/regtest/lnd1.admin.macaroon.base64 rename to core/api/dev/lnd/regtest/lnd1.admin.macaroon.base64 diff --git a/dev/lnd/regtest/lnd1.pubkey b/core/api/dev/lnd/regtest/lnd1.pubkey similarity index 100% rename from dev/lnd/regtest/lnd1.pubkey rename to core/api/dev/lnd/regtest/lnd1.pubkey diff --git a/dev/lnd/regtest/lnd2.admin.macaroon.base64 b/core/api/dev/lnd/regtest/lnd2.admin.macaroon.base64 similarity index 100% rename from dev/lnd/regtest/lnd2.admin.macaroon.base64 rename to core/api/dev/lnd/regtest/lnd2.admin.macaroon.base64 diff --git a/dev/lnd/regtest/lnd2.pubkey b/core/api/dev/lnd/regtest/lnd2.pubkey similarity index 100% rename from dev/lnd/regtest/lnd2.pubkey rename to core/api/dev/lnd/regtest/lnd2.pubkey diff --git a/dev/lnd/tls.cert b/core/api/dev/lnd/tls.cert similarity index 100% rename from dev/lnd/tls.cert rename to core/api/dev/lnd/tls.cert diff --git a/dev/lnd/tls.cert.base64 b/core/api/dev/lnd/tls.cert.base64 similarity index 100% rename from dev/lnd/tls.cert.base64 rename to core/api/dev/lnd/tls.cert.base64 diff --git a/dev/lnd/tls.key b/core/api/dev/lnd/tls.key similarity index 100% rename from dev/lnd/tls.key rename to core/api/dev/lnd/tls.key diff --git a/dev/lnd/tls.key.base64 b/core/api/dev/lnd/tls.key.base64 similarity index 100% rename from dev/lnd/tls.key.base64 rename to core/api/dev/lnd/tls.key.base64 diff --git a/dev/ory/body.jsonnet b/core/api/dev/ory/body.jsonnet similarity index 100% rename from dev/ory/body.jsonnet rename to core/api/dev/ory/body.jsonnet diff --git a/dev/ory/email_no_password_v0.identity.schema.json b/core/api/dev/ory/email_no_password_v0.identity.schema.json similarity index 100% rename from dev/ory/email_no_password_v0.identity.schema.json rename to core/api/dev/ory/email_no_password_v0.identity.schema.json diff --git a/dev/ory/jwks.json b/core/api/dev/ory/jwks.json similarity index 100% rename from dev/ory/jwks.json rename to core/api/dev/ory/jwks.json diff --git a/dev/ory/kratos.yml b/core/api/dev/ory/kratos.yml similarity index 100% rename from dev/ory/kratos.yml rename to core/api/dev/ory/kratos.yml diff --git a/dev/ory/oathkeeper.yml b/core/api/dev/ory/oathkeeper.yml similarity index 100% rename from dev/ory/oathkeeper.yml rename to core/api/dev/ory/oathkeeper.yml diff --git a/dev/ory/oathkeeper_rules.yaml b/core/api/dev/ory/oathkeeper_rules.yaml similarity index 100% rename from dev/ory/oathkeeper_rules.yaml rename to core/api/dev/ory/oathkeeper_rules.yaml diff --git a/dev/ory/phone_email_no_password_v0.identity.schema.json b/core/api/dev/ory/phone_email_no_password_v0.identity.schema.json similarity index 100% rename from dev/ory/phone_email_no_password_v0.identity.schema.json rename to core/api/dev/ory/phone_email_no_password_v0.identity.schema.json diff --git a/dev/ory/phone_no_password_v0.identity.schema.json b/core/api/dev/ory/phone_no_password_v0.identity.schema.json similarity index 100% rename from dev/ory/phone_no_password_v0.identity.schema.json rename to core/api/dev/ory/phone_no_password_v0.identity.schema.json diff --git a/dev/ory/username_password_deviceid_v0.identity.schema.json b/core/api/dev/ory/username_password_deviceid_v0.identity.schema.json similarity index 100% rename from dev/ory/username_password_deviceid_v0.identity.schema.json rename to core/api/dev/ory/username_password_deviceid_v0.identity.schema.json diff --git a/dev/otel-agent-config.yaml b/core/api/dev/otel-agent-config.yaml similarity index 100% rename from dev/otel-agent-config.yaml rename to core/api/dev/otel-agent-config.yaml diff --git a/dev/stablesats.yml b/core/api/dev/stablesats.yml similarity index 100% rename from dev/stablesats.yml rename to core/api/dev/stablesats.yml diff --git a/dev/svix/README.md b/core/api/dev/svix/README.md similarity index 100% rename from dev/svix/README.md rename to core/api/dev/svix/README.md diff --git a/core/api/docker-compose.yml b/core/api/docker-compose.yml index 4f9aeb7e73e..81fe856f5e8 100644 --- a/core/api/docker-compose.yml +++ b/core/api/docker-compose.yml @@ -291,7 +291,7 @@ services: command: ["make", "execute-bats-from-within-container"] working_dir: /repo env_file: - - ${TMP_ENV_CI:-.env.ci} + - ${TMP_ENV_CI:-../../.env.ci} environment: - GALOY_ENDPOINT=oathkeeper:4455 - OATHKEEPER_ENDPOINT=http://${OATHKEEPER_HOST:-oathkeeper}:${OATHKEEPER_PORT:-4456}/decisions/ @@ -307,7 +307,7 @@ services: command: ["make", "execute-integration-from-within-container"] working_dir: /repo env_file: - - ${TMP_ENV_CI:-.env.ci} + - ${TMP_ENV_CI:-../../.env.ci} volumes: - ./:/repo stablesats: diff --git a/junit.xml b/core/api/junit.xml similarity index 100% rename from junit.xml rename to core/api/junit.xml diff --git a/core/api/package.json b/core/api/package.json index 2327d77c154..cd12cbc6334 100644 --- a/core/api/package.json +++ b/core/api/package.json @@ -9,7 +9,7 @@ "build": "tsc -p tsconfig-build.json && cp -R src/services/price/protos lib/services/price/ && cp -R src/services/dealer-price/proto lib/services/dealer-price/ && cp -R src/services/loopd/protos lib/services/loopd/ && cp -R src/services/bria/proto lib/services/bria/ && tscpaths --silent -p tsconfig.json -s ./src -o ./lib", "trigger": "yarn build && node lib/servers/trigger.js | pino-pretty -c -l", "check:sdl": ". ../../.env && yarn write-sdl && if git diff --name-only | grep -q 'core/api/src/graphql/admin/schema.graphql'; then echo 'Error: core/api/src/graphql/admin/schema.graphql has changes, run `make codegen` and re-recommit' >&2; exit 1; fi && if git diff --name-only | grep -q 'core/api/src/graphql/public/schema.graphql'; then echo 'Error: core/api/src/graphql/public/schema.graphql has changes, run `make codegen` and re-recommit' >&2; exit 1; fi", - "write-sdl": "yarn build && node lib/servers/write-sdl.js write-sdl.yaml && rover supergraph compose --config ../../dev/apollo-federation/supergraph-config.yaml --elv2-license accept > ../../dev/apollo-federation/supergraph.graphql", + "write-sdl": "yarn build && node lib/servers/write-sdl.js write-sdl.yaml && rover supergraph compose --config dev/apollo-federation/supergraph-config.yaml --elv2-license accept > dev/apollo-federation/supergraph.graphql", "ws": "yarn build && node lib/servers/ws-server.js | pino-pretty -c -l", "watch": "nodemon -V -e ts,graphql -w ./src -x yarn run start", "watch-trigger": "nodemon -V -e ts,graphql -w ./src -x yarn trigger", @@ -27,7 +27,7 @@ "watch-main": ". ../../.env && nodemon -V -e ts,graphql -w ./src --exec yarn run start-main", "start-main": ". ../../.env && yarn run build && node --inspect -r ./lib/services/tracing.js ./lib/servers/graphql-main-server.js", "migrate-mongo-up": "migrate-mongo up -f './src/migrations/migrate-mongo-config.js'", - "gen-test-jwt": "ts-node ../../dev/bin/gen-test-jwt.ts" + "gen-test-jwt": "ts-node dev/bin/gen-test-jwt.ts" }, "engines": { "node": "20" diff --git a/scripts/mongodb-migrate.sh b/core/api/scripts/mongodb-migrate.sh similarity index 100% rename from scripts/mongodb-migrate.sh rename to core/api/scripts/mongodb-migrate.sh diff --git a/dev/lnd/loop/regtest/loopd1-1.loop.db b/dev/lnd/loop/regtest/loopd1-1.loop.db deleted file mode 100644 index 2ecbeb7cc4f..00000000000 Binary files a/dev/lnd/loop/regtest/loopd1-1.loop.db and /dev/null differ diff --git a/dev/lnd/loop/regtest/loopd1-1.loop.macaroon b/dev/lnd/loop/regtest/loopd1-1.loop.macaroon deleted file mode 100644 index 97ffff568d6..00000000000 Binary files a/dev/lnd/loop/regtest/loopd1-1.loop.macaroon and /dev/null differ diff --git a/dev/lnd/loop/regtest/loopd1-1.macaroons.db b/dev/lnd/loop/regtest/loopd1-1.macaroons.db deleted file mode 100644 index 2cf7668bf51..00000000000 Binary files a/dev/lnd/loop/regtest/loopd1-1.macaroons.db and /dev/null differ diff --git a/dev/lnd/loop/regtest/loopd2-1.loop.db b/dev/lnd/loop/regtest/loopd2-1.loop.db deleted file mode 100644 index 340763dc29d..00000000000 Binary files a/dev/lnd/loop/regtest/loopd2-1.loop.db and /dev/null differ diff --git a/dev/lnd/loop/regtest/loopd2-1.loop.macaroon b/dev/lnd/loop/regtest/loopd2-1.loop.macaroon deleted file mode 100644 index 991f160f00f..00000000000 Binary files a/dev/lnd/loop/regtest/loopd2-1.loop.macaroon and /dev/null differ diff --git a/dev/lnd/loop/regtest/loopd2-1.macaroons.db b/dev/lnd/loop/regtest/loopd2-1.macaroons.db deleted file mode 100644 index c85bfe7cf1a..00000000000 Binary files a/dev/lnd/loop/regtest/loopd2-1.macaroons.db and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/admin.macaroon b/dev/lnd/loop/server/regtest/admin.macaroon deleted file mode 100644 index 246395ba4bb..00000000000 Binary files a/dev/lnd/loop/server/regtest/admin.macaroon and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/chainnotifier.macaroon b/dev/lnd/loop/server/regtest/chainnotifier.macaroon deleted file mode 100644 index bf8001c7c53..00000000000 Binary files a/dev/lnd/loop/server/regtest/chainnotifier.macaroon and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/invoices.macaroon b/dev/lnd/loop/server/regtest/invoices.macaroon deleted file mode 100644 index a28f362f446..00000000000 Binary files a/dev/lnd/loop/server/regtest/invoices.macaroon and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/readonly.macaroon b/dev/lnd/loop/server/regtest/readonly.macaroon deleted file mode 100644 index 246395ba4bb..00000000000 Binary files a/dev/lnd/loop/server/regtest/readonly.macaroon and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/router.macaroon b/dev/lnd/loop/server/regtest/router.macaroon deleted file mode 100644 index 7b5f51c1a78..00000000000 Binary files a/dev/lnd/loop/server/regtest/router.macaroon and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/signer.macaroon b/dev/lnd/loop/server/regtest/signer.macaroon deleted file mode 100644 index bb5d018e2c3..00000000000 Binary files a/dev/lnd/loop/server/regtest/signer.macaroon and /dev/null differ diff --git a/dev/lnd/loop/server/regtest/walletkit.macaroon b/dev/lnd/loop/server/regtest/walletkit.macaroon deleted file mode 100644 index 02c2e06b1fc..00000000000 Binary files a/dev/lnd/loop/server/regtest/walletkit.macaroon and /dev/null differ diff --git a/dev/lnd/regtest/lnd-outside-1.admin.macaroon b/dev/lnd/regtest/lnd-outside-1.admin.macaroon deleted file mode 100644 index 246395ba4bb..00000000000 Binary files a/dev/lnd/regtest/lnd-outside-1.admin.macaroon and /dev/null differ diff --git a/dev/lnd/regtest/lnd-outside-1.macaroons.db b/dev/lnd/regtest/lnd-outside-1.macaroons.db deleted file mode 100644 index 404854654f5..00000000000 Binary files a/dev/lnd/regtest/lnd-outside-1.macaroons.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd-outside-1.wallet.db b/dev/lnd/regtest/lnd-outside-1.wallet.db deleted file mode 100644 index 11628ce86ca..00000000000 Binary files a/dev/lnd/regtest/lnd-outside-1.wallet.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd-outside-2.admin.macaroon b/dev/lnd/regtest/lnd-outside-2.admin.macaroon deleted file mode 100644 index e35a69ee590..00000000000 Binary files a/dev/lnd/regtest/lnd-outside-2.admin.macaroon and /dev/null differ diff --git a/dev/lnd/regtest/lnd-outside-2.macaroons.db b/dev/lnd/regtest/lnd-outside-2.macaroons.db deleted file mode 100644 index a052db71f68..00000000000 Binary files a/dev/lnd/regtest/lnd-outside-2.macaroons.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd-outside-2.wallet.db b/dev/lnd/regtest/lnd-outside-2.wallet.db deleted file mode 100644 index 984b96b79d8..00000000000 Binary files a/dev/lnd/regtest/lnd-outside-2.wallet.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd1.admin.macaroon b/dev/lnd/regtest/lnd1.admin.macaroon deleted file mode 100644 index f8faa86840d..00000000000 Binary files a/dev/lnd/regtest/lnd1.admin.macaroon and /dev/null differ diff --git a/dev/lnd/regtest/lnd1.macaroons.db b/dev/lnd/regtest/lnd1.macaroons.db deleted file mode 100644 index 3defb531a6c..00000000000 Binary files a/dev/lnd/regtest/lnd1.macaroons.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd1.wallet.db b/dev/lnd/regtest/lnd1.wallet.db deleted file mode 100644 index c73c638dd4a..00000000000 Binary files a/dev/lnd/regtest/lnd1.wallet.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd2.admin.macaroon b/dev/lnd/regtest/lnd2.admin.macaroon deleted file mode 100644 index f414781ae8b..00000000000 Binary files a/dev/lnd/regtest/lnd2.admin.macaroon and /dev/null differ diff --git a/dev/lnd/regtest/lnd2.macaroons.db b/dev/lnd/regtest/lnd2.macaroons.db deleted file mode 100644 index 4d55f07bc52..00000000000 Binary files a/dev/lnd/regtest/lnd2.macaroons.db and /dev/null differ diff --git a/dev/lnd/regtest/lnd2.wallet.db b/dev/lnd/regtest/lnd2.wallet.db deleted file mode 100644 index 85dd05c326e..00000000000 Binary files a/dev/lnd/regtest/lnd2.wallet.db and /dev/null differ diff --git a/flake.nix b/flake.nix index f3be670eafd..96b5d7a5f94 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ buck2 pnpm python3 + envsubst nodejs tilt yarn diff --git a/typos.toml b/typos.toml index 2122528f05c..bebf1d52300 100644 --- a/typos.toml +++ b/typos.toml @@ -1,10 +1,12 @@ files.extend-exclude = [ - "dev", - "src/domain/users/languages.ts", - "src/services/loopd/protos", + "core/api/dev", + "core/api/src/domain/users/languages.ts", + "core/api/src/services/loopd/protos", "docs/postman-collection/galoy_graphql_main_api.postman_collection.json", - "docker-compose.yml", - "quickstart/*.yml" + "core/api/docker-compose.yml", + "quickstart/*.yml", + "quickstart/galoy", + "quickstart/dev", ] default.extend-ignore-identifiers-re = [