Skip to content

Commit

Permalink
rename world-explorer to explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 8, 2024
1 parent ebe67d5 commit d4ab69b
Show file tree
Hide file tree
Showing 60 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/latticexyz/mud.git"
},
"scripts": {
"all-build": "for dir in packages/store packages/world packages/world-explorer packages/world-modules packages/cli test/mock-game-contracts e2e/packages/contracts examples/*/packages/contracts examples/multiple-namespaces templates/*/packages/contracts; do (cd \"$dir\" && pwd && pnpm build); done",
"all-build": "for dir in packages/store packages/world packages/explorer packages/world-modules packages/cli test/mock-game-contracts e2e/packages/contracts examples/*/packages/contracts examples/multiple-namespaces templates/*/packages/contracts; do (cd \"$dir\" && pwd && pnpm build); done",
"all-install": "for dir in . docs e2e examples/* templates/*; do (cd \"$dir\" && pwd && pnpm install); done",
"bench": "pnpm run --recursive bench",
"build": "turbo run build",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@latticexyz/worlds-explorer",
"name": "@latticexyz/explorer",
"version": "0.1.0",
"private": true,
"bin": {
"worlds-explorer": ".next/standalone/packages/world-explorer/server.js"
"explorer": ".next/standalone/packages/explorer/server.js"
},
"scripts": {
"build": "next build && cp -r .next/static .next/standalone/packages/world-explorer/.next && pnpm link .",
"build": "next build && cp -r .next/static .next/standalone/packages/explorer/.next && pnpm link .",
"dev": "next dev",
"lint": "next lint",
"start": "node .next/standalone/packages/world-explorer/server.js"
"start": "node .next/standalone/packages/explorer/server.js"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
320 changes: 160 additions & 160 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/react-ecs/mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ procs:
FOLLOW_BLOCK_TAG: "latest"
SQLITE_FILENAME: "indexer.db"
explorer:
cwd: /Users/karolis/Code/Lattice.xyz/experiments/mud-2/packages/world-explorer
cwd: /Users/karolis/Code/Lattice.xyz/experiments/mud-2/packages/explorer
shell: pnpm dev
env:
PORT: "13690"
Expand Down
2 changes: 1 addition & 1 deletion templates/react-ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@latticexyz/cli": "link:../../packages/cli",
"@latticexyz/common": "link:../../packages/common",
"@latticexyz/explorer": "link:../../packages/explorer",
"@latticexyz/store-indexer": "link:../../packages/store-indexer",
"@latticexyz/world-explorer": "link:../../packages/world-explorer",
"@types/debug": "4.1.7",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
Expand Down

0 comments on commit d4ab69b

Please sign in to comment.