Skip to content

Commit 24cd3d8

Browse files
committed
fix project/worker name
1 parent e105053 commit 24cd3d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "DevDogs-Website",
2+
"name": "platform",
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",

wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
4-
"name": "devdogs-website",
4+
"name": "platform",
55
"compatibility_date": "2026-07-07",
66
"compatibility_flags": [
77
"nodejs_compat",

0 commit comments

Comments
 (0)