We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8212761 commit 3558809Copy full SHA for 3558809
.env
@@ -13,4 +13,5 @@ TILESET_OPTIMIZATION_QUALITY_MAX=1.0
13
UPLOAD_MODE=MAP_STORAGE
14
# UPLOAD_MODE=GH_PAGES
15
16
-DIRECTORY=starter
+# Here you can specify in which directory your map(s) will be uploaded if you use the map storage.
17
+DIRECTORY=maps
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "workadventure-map-starter-kit",
3
- "version": "3.3.15",
+ "version": "3.3.16",
4
"license": "MIT",
5
"type": "module",
6
"scripts": {
0 commit comments