Skip to content

Commit b732146

Browse files
committed
[feature] add dev flow with watching and restarting
1 parent d81612b commit b732146

File tree

6 files changed

+2092
-2
lines changed

6 files changed

+2092
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Node
2+
node_modules
3+
build
4+
15
# Prerequisites
26
*.d
37

examples/helloworld.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <iostream>
22

3-
int main()
4-
{
3+
int main() {
54
std::cout << "Hello world!" << std::endl;
65
}

0 commit comments

Comments
 (0)