Skip to content

Commit

Permalink
chore: update how examples should be run
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 19, 2023
1 parent 740277f commit 06fbeae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/resolver.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Instruction:
//
// run `cargo run -p oxc_resolver --example resolver -- `pwd` test.js`
// or `cargo watch -x "run -p oxc_resolver --example resolver" -- `pwd` test.js`
// run `cargo run --example resolver -- `pwd` test.js`
// or `cargo watch -x "run --example resolver" -- `pwd` test.js`
//
// use `OXC_RESOLVER=DEBUG` for tracing
// NOTE: The first argument must be a absolute path.

use std::{env, path::PathBuf};

Expand Down

0 comments on commit 06fbeae

Please # to comment.