Add post build command and exclude the esbuild outdir in the watcher.

This commit is contained in:
2024-07-04 10:56:41 +02:00
parent c356f34e21
commit 30f8be3d5d
4 changed files with 34 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"Watch": {
"Path": "./frontend/src",
"Paths": [ "./frontend/src" ],
"Exclude": [ "./dist" ]
},
"Copy": [
@ -45,5 +45,8 @@
"Bundle": true,
"Write": true,
"LogLevel": 3
},
"ProductionBuildOptions": {
"CmdPostBuild": "my-build-script.sh"
}
}