fix(video): develop
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"productName": "webside",
|
||||
"productName": "labelui",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.webside.dev",
|
||||
"identifier": "com.labelui.dev",
|
||||
"build": {
|
||||
"frontendDist": "../out",
|
||||
"devUrl": "http://localhost:5521",
|
||||
"devUrl": "http://localhost:5531",
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"beforeBuildCommand": "pnpm build:export-stage"
|
||||
},
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "webside",
|
||||
"title": "labelui",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
@@ -39,4 +39,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user