Github Action: JS Build files

This commit is contained in:
makermelissa 2023-03-14 18:48:48 +00:00 committed by github-actions[bot]
parent e023a5a4a3
commit e0b6d68fb5
3 changed files with 2 additions and 2 deletions

0
build/build.min.build Normal file
View file

View file

@ -10,7 +10,7 @@ import * as esptoolPackage from "https://unpkg.com/esp-web-flasher@5.1.2/dist/we
//import * as esptoolPackage from "https://adafruit.github.io/Adafruit_WebSerial_ESPTool/js/modules/esptool.js"
import { REPL } from 'https://cdn.jsdelivr.net/gh/adafruit/circuitpython-repl-js@1.2.1/repl.js';
import { InstallButton, ESP_ROM_BAUD } from "./base_installer.mjs";
import { InstallButton, ESP_ROM_BAUD } from "./base_installer.js";
// TODO: Combine multiple steps together. For now it was easier to make them separate,
// but for ease of configuration, it would be work better to combine them together.

View file

@ -5,7 +5,7 @@
},
"version": "1.0.0",
"description": "ESP32 Web-based Firmware Installation Tool for CircuitPython and more",
"main": "base_installer.mjs",
"main": "base_installer.js",
"dependencies": {
},
"devDependencies": {},