mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
Scaffold LogicSRC and CommandBoard plugins
This commit is contained in:
parent
59927e140c
commit
5c9ea821f6
67 changed files with 5958 additions and 0 deletions
7
apps/commandboard-web/scripts/check-assets.js
Normal file
7
apps/commandboard-web/scripts/check-assets.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { accessSync } from "node:fs";
|
||||
|
||||
for (const file of ["index.html", "manifest.webmanifest", "src/main.ts", "src/styles.css"]) {
|
||||
accessSync(new URL(`../${file}`, import.meta.url));
|
||||
}
|
||||
|
||||
console.log("commandboard-web assets verified");
|
||||
Loading…
Add table
Add a link
Reference in a new issue