Add post build command and exclude the esbuild outdir in the watcher.
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user