fix: Dont restart server if static file is added to the private folder (#8181)

This commit is contained in:
Stevche Radevski
2024-07-18 14:18:56 +02:00
committed by GitHub
parent 0dbb2c6691
commit 1a774d1a43

View File

@@ -94,6 +94,7 @@ export default async function ({ port, directory }) {
"node_modules",
"dist",
"static",
"private",
"src/admin/**/*",
],
})