Skip to content

Commit d1b0da2

Browse files
committed
Use correct entrypoint for Fabric platform
1 parent 2d65069 commit d1b0da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"homepage": "https://example.com"
1212
},
1313
"license": "UNLICENSED",
14-
"environment": "SERVER",
14+
"environment": "server",
1515
"entrypoints": {
16-
"main": [
16+
"server": [
1717
"dev.triassic.template.fabric.FabricTemplatePlugin"
1818
],
1919
"client": []

0 commit comments

Comments
 (0)