This website requires JavaScript.
Explore
Help
Sign In
zed-industries
/
zed
Watch
1
Star
1
Fork
0
You've already forked zed
mirror of
https://github.com/zed-industries/zed.git
synced
2024-11-08 07:35:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ab8204368c
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 05:39:18 +03: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 20:34:06 +03:00
"watch"
:
[
"./**/*"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
]
,
"exec"
:
"ts-node src/buildThemes.ts"
💄
2022-04-06 18:28:56 +03:00
}
Reference in New Issue
Copy Permalink