mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-10 12:54:47 -05:00
Initial migration to Tauri 2.0
- Updated package.json with project metadata and moves dependencies to devDependencies. - Adds .editorconfig for consistent code style - Updated VSCode and .NET project settings for improved development workflow.
This commit is contained in:
parent
81799106f8
commit
2cd45c4a6c
13 changed files with 1243 additions and 664 deletions
|
|
@ -1,42 +1,42 @@
|
|||
{
|
||||
"build": {
|
||||
"beforeDevCommand": "dotnet watch run --project src/AmtrakStatus.csproj",
|
||||
"beforeBuildCommand": "dotnet publish -c release src/AmtrakStatus.csproj -o dist",
|
||||
"frontendDist": "../dist/wwwroot",
|
||||
"devUrl": "http://localhost:1420"
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
},
|
||||
"productName": "AMTK Status",
|
||||
"mainBinaryName": "AMTK Status",
|
||||
"version": "0.1.106",
|
||||
"identifier": "com.tonybark.amtkstat",
|
||||
"plugins": {},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "Amtrak Status",
|
||||
"resizable": true,
|
||||
"width": 1100,
|
||||
"height": 768,
|
||||
"minWidth": 1100,
|
||||
"minHeight": 768,
|
||||
"maxWidth": 1450,
|
||||
"maxHeight": 950
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
}
|
||||
"build": {
|
||||
"beforeDevCommand": "dotnet watch run --project src/AmtrakStatus.csproj",
|
||||
"beforeBuildCommand": "dotnet publish -c release src/AmtrakStatus.csproj -o dist",
|
||||
"frontendDist": "../dist/wwwroot",
|
||||
"devUrl": "http://localhost:1420"
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
},
|
||||
"productName": "AMTK Status",
|
||||
"mainBinaryName": "AMTK Status",
|
||||
"version": "0.1.106",
|
||||
"identifier": "com.tonybark.amtkstat",
|
||||
"plugins": {},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "Amtrak Status",
|
||||
"resizable": true,
|
||||
"width": 1100,
|
||||
"height": 768,
|
||||
"minWidth": 1100,
|
||||
"minHeight": 768,
|
||||
"maxWidth": 1450,
|
||||
"maxHeight": 950
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue