You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Code and UI refactoring
- Moving duplicated HTML code in Mustache partials
- Adding a "Publish now" button right on the first page and another "Configure publishing" button
- Moving the module to ESM
- Fixing path in self-hosted single-domain mode
* Adding Typecheck in CI
* Fixing Copilot feedback
Copy file name to clipboardExpand all lines: package.json
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"name": "@workadventure/map-starter-kit-core",
3
3
"version": "1.1.0",
4
4
"description": "Core app, HTML pages and static assets for the WorkAdventure Map Starter Kit. Update this package to get new UI and server features without touching your maps or config.",
<buttontype="button" class="btn btn-secondary" id="publishNowButton" {{^isPublishingConfigured}}disabledaria-disabled="true" title="Configure map publishing to enable this action."{{/isPublishingConfigured}}{{#isPublishingConfigured}}title="Publish your maps now."{{/isPublishingConfigured}}>
0 commit comments