Skip to content

Commit 2edb78d

Browse files
ComputelessComputerwarp-agent
andcommitted
fix missing comma in tauri.conf.json
Co-Authored-By: Warp <agent@warp.dev>
1 parent 7aa0835 commit 2edb78d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "philo",
4-
"version": "0.0.13"
5-
"identifier": "com.johnjeong.philo",
4+
"version": "0.0.13",
5+
"identifier"
66
"build": {
77
"beforeDevCommand": "bun run dev",
88
"devUrl": "http://localhost:1420",

0 commit comments

Comments
 (0)