UNPKG

@yhwh-script/create-app

Version:

A yhwh-script web app can become anything you want it to become. Set it up with just one command.

8 lines (6 loc) 197 B
import * as Animals from './Animals.js' window.Animals = Animals; import * as Logger from '../modules/logger' window.Logger = Logger; import * as SQLite from './SQLite.js' window.SQLite = SQLite;