forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
17
node_modules/@trapezedev/project/dist/platform-project.js
generated
vendored
Normal file
17
node_modules/@trapezedev/project/dist/platform-project.js
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.PlatformProject = void 0;
|
||||
class PlatformProject {
|
||||
constructor(project) {
|
||||
this.project = project;
|
||||
this.error = null;
|
||||
}
|
||||
getError() {
|
||||
return this.error;
|
||||
}
|
||||
setError(error) {
|
||||
this.error = error;
|
||||
}
|
||||
}
|
||||
exports.PlatformProject = PlatformProject;
|
||||
//# sourceMappingURL=platform-project.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue