tp-logic-canvas/demo/.gowebbuild.json
2025-02-12 00:11:18 +01:00

28 lines
406 B
JSON

{
"Watch": {
"Path": "./src"
},
"Serve": {
"Path": "./dist"
},
"Copy": [
{
"Src": "./index.html",
"Dest": "./dist"
}
],
"ESBuild": {
"EntryPoints": [
"./src/demo.js"
],
"Outdir": "./dist",
"Sourcemap": 1,
"Format": 3,
"Splitting": true,
"Platform": 0,
"Bundle": true,
"Write": true,
"LogLevel": 3
}
}