5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-12 15:09:33 +08:00

Fix indentation of vanilla template package.json

This commit is contained in:
Fabio Massaioli 2025-03-13 08:11:51 +01:00 committed by GitHub
parent 959ce42f26
commit 5bc94ce400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@wailsio/runtime": "latest"
},
"@wailsio/runtime": "latest"
},
"devDependencies": {
"vite": "^5.0.0"
}