Skip to content

Commit a9796ca

Browse files
committed
remove dev server
1 parent 22efe24 commit a9796ca

File tree

6 files changed

+6
-3207
lines changed

6 files changed

+6
-3207
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ CLEAN=true
4343
# LiveKit (voice chat)
4444
LIVEKIT_WS_URL=
4545
LIVEKIT_API_KEY=
46-
LIVEKIT_API_SECRET=
46+
LIVEKIT_API_SECRET=
47+
48+
# Hooks to connect to a local app dev server
49+
PUBLIC_DEV_SERVER=false

docs/App-server.md

Whitespace-only changes.

index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@drama.haus/hyperfy",
2+
"name": "hyperfy",
33
"version": "0.15.0",
44
"type": "module",
55
"main": "index.js",
@@ -31,9 +31,7 @@
3131
"lint": "eslint . --ext .js,.jsx",
3232
"lint:fix": "eslint . --ext .js,.jsx --fix",
3333
"format": "prettier --write .",
34-
"check": "npm run lint && npm run format",
35-
"tools:dev": "node src/tools/app-server.js --hot-reload",
36-
"tools:cli": "node src/tools/cli.js"
34+
"check": "npm run lint && npm run format"
3735
},
3836
"dependencies": {
3937
"@aws-sdk/client-s3": "^3.859.0",
@@ -92,9 +90,5 @@
9290
"overrides": {
9391
"three": "^0.173.0"
9492
},
95-
"exports": {
96-
".": "./index.js",
97-
"./app-server": "./src/tools/app-server.js"
98-
},
9993
"license": "GPL-3.0-only"
10094
}

0 commit comments

Comments
 (0)