map/src/index.ts
David Négrier 62680f5916 Adding Typescript scripting
This sets up Typescript scripting.
As a sideeffect, this also adds a local webserver that can be used to develop maps locally.
2021-04-11 23:15:32 +02:00

5 lines
180 B
TypeScript

/// <reference path="../node_modules/@workadventure/iframe-api-typings/iframe_api.d.ts" />
console.log('Script started successfully');
WA.openCoWebSite('https://workadventu.re');