Update Vue and package game in an .xdc

This commit is contained in:
James Shiffer
2025-04-23 13:53:10 -07:00
parent ce61ee3e6e
commit 4c4898342b
9 changed files with 2257 additions and 559 deletions

8
env.d.ts vendored
View File

@@ -1 +1,9 @@
/// <reference types="vue/macros-global" />
import { Webxdc } from "webxdc-types";
import { Payload } from "./src/types";
declare global {
interface Window {
webxdc: Webxdc<Payload>;
}
}