Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c705bff
)
chore: ignore migrations during live reload
author
xangelo
<me@xangelo.ca>
Fri, 1 Sep 2023 18:46:37 +0000
(14:46 -0400)
committer
xangelo
<me@xangelo.ca>
Fri, 1 Sep 2023 18:46:37 +0000
(14:46 -0400)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 2dc99dbf4f35d7d4f49ffcc67891d02fd00706b7..72c58f7bc0d540ff876f9025f83324b0d388e39d 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-69,7
+69,8
@@
"src/client/**",
"**/client.ts",
"public/**",
- "**.test.ts"
+ "**.test.ts",
+ "migrations/**"
]
},
"volta": {