Skip to content

Commit

Permalink
Merge pull request #297 from dojoengine/fix/readme-1
Browse files Browse the repository at this point in the history
fix: create-dojo
  • Loading branch information
ponderingdemocritus authored Oct 7, 2024
2 parents 31cad93 + d6e7bee commit 566b24a
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 10 deletions.
7 changes: 7 additions & 0 deletions examples/example-vite-kitchen-sink/dojoConfig.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { createDojoConfig } from "@dojoengine/core";

import manifest from "../../worlds/dojo-starter/manifests/dev/deployment/manifest.json";

export const dojoConfig = createDojoConfig({
manifest,
});
2 changes: 1 addition & 1 deletion packages/create-dojo/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #!/usr/bin/env node
#!/usr/bin/env node
import { start } from "./commands/start";

import { Command } from "commander";
Expand Down
106 changes: 97 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 566b24a

Please sign in to comment.