Skip to content

Commit

Permalink
install manually
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jul 30, 2024
1 parent ec173d5 commit f7c2371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/mud.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env node

// enable sourcemaps
import "source-map-support/register";
import sourceMapSupport from "source-map-support";
sourceMapSupport.install();

// Load .env file into process.env
import * as dotenv from "dotenv";
Expand Down

0 comments on commit f7c2371

Please sign in to comment.