Skip to content

Commit d072bb7

Browse files
committed
fix: build settings
1 parent 8f6a66a commit d072bb7

File tree

3 files changed

+47
-56
lines changed

3 files changed

+47
-56
lines changed

client/wrangler.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name = "itsuhima"
22
compatibility_date = "2024-12-01"
33

4+
pages_build_output_dir = "./dist"
5+
46
[env.production.vars]
57
API_ENDPOINT = "https://api.itsuhima.utcode.net"
68

package-lock.json

Lines changed: 44 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@biomejs/biome": "^1.9.4",
1616
"concurrently": "^9.1.2",
17-
"lefthook": "^1.11.12"
17+
"lefthook": "^1.11.13"
1818
}
1919
}

0 commit comments

Comments
 (0)