This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
urbit
Watch
1
Star
0
Fork
0
You've already forked urbit
mirror of
https://github.com/ilyakooo0/urbit.git
synced
2024-12-01 11:33:41 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
09375d311d
urbit
/
pkg
/
interface
/
config
/
urbitrc-sample
7 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added all modulo apps except publish to interface monorepo.
2019-05-28 23:32:52 +03:00
module.exports = {
URBIT_PIERS: [
moved subapps up one directory
2019-07-23 22:59:01 +03:00
"/Users/user/ships/zod/home",
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 05:50:14 +03:00
],
herb: false
Added all modulo apps except publish to interface monorepo.
2019-05-28 23:32:52 +03:00
};
Reference in New Issue
Copy Permalink