urbit/pkg/interface/config/urbitrc-sample
Liam Fitzgerald 96ecfbec40 interface: improve webpack dev config
Fixes an issue where only the first ship would receive the updated files
from webpack. Enables watch mode. If herb is set to true in the urbitrc,
then webpack will commit the desk for each change on every ship.
2020-06-05 13:14:01 +10:00

7 lines
92 B
Plaintext

module.exports = {
URBIT_PIERS: [
"/Users/user/ships/zod/home",
],
herb: false
};