This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2024-12-27 19:02:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
3b852ee2bd
zed
/
styles
/
nodemon.json
9 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Add "npm run watch" command to live reload changes
2022-04-02 02:39:18 +00:00
{
Squashed commit of the following: commit 66d4cbae2ca6d7dd660688d7eb702ae55bf3e0ca Author: Nate Butler <iamnbutler@gmail.com> Date: Tue Apr 5 13:33:33 2022 -0400 WIP: Improve legibility of contactsPanel and fix errors Co-Authored-By: Keith Simmons <keith@the-simmons.net> commit 000319c583801c5ba4ed7884bbf3da2a591e3f26 Author: Nate Butler <iamnbutler@gmail.com> Date: Tue Apr 5 13:13:32 2022 -0400 WIP
2022-04-05 17:34:06 +00:00
"watch"
:
[
"./**/*"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
]
,
"exec"
:
"ts-node src/buildThemes.ts"
💄
2022-04-06 15:28:56 +00:00
}
Reference in a new issue
Copy permalink