mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-20 11:59:01 -05:00
does this fix that watchman error?
This commit is contained in:
+3
-3
@@ -13,9 +13,9 @@ const config = getDefaultConfig(__dirname, {
|
||||
config.resolver.sourceExts.push('mjs');
|
||||
|
||||
config.watchFolders = [
|
||||
"./components/",
|
||||
"./api/",
|
||||
"./player/"
|
||||
"components",
|
||||
"api",
|
||||
"player"
|
||||
]
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user