mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
terrible hack to get around esbuild bug #1511
This commit is contained in:
parent
b52d3e95ba
commit
d1f51a2dd7
4
Makefile
4
Makefile
@ -40,8 +40,8 @@ tsweb:
|
|||||||
npm run esbuild-clean
|
npm run esbuild-clean
|
||||||
(ip addr || ifconfig) | grep inet
|
(ip addr || ifconfig) | grep inet
|
||||||
$(TSC) -w --preserveWatchOutput &
|
$(TSC) -w --preserveWatchOutput &
|
||||||
npm run esbuild-worker -- --watch &
|
sleep 9999999 | npm run esbuild-worker -- --watch &
|
||||||
npm run esbuild-ui -- --watch &
|
sleep 9999999 | npm run esbuild-ui -- --watch &
|
||||||
python3 scripts/serveit.py 2>> /dev/null #http.out
|
python3 scripts/serveit.py 2>> /dev/null #http.out
|
||||||
|
|
||||||
astrolibre.b64.txt: astrolibre.rom
|
astrolibre.b64.txt: astrolibre.rom
|
||||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -3253,9 +3253,9 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"node_modules/esbuild": {
|
"node_modules/esbuild": {
|
||||||
"version": "0.12.16",
|
"version": "0.12.19",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.16.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.19.tgz",
|
||||||
"integrity": "sha512-XqI9cXP2bmQ6MREIqrYBb13KfYFSERsV1+e5jSVWps8dNlLZK+hln7d0mznzDIpfISsg/AgQW0DW3kSInXWhrg==",
|
"integrity": "sha512-5NuT1G6THW7l3fsSCDkcPepn24R0XtyPjKoqKHD8LfhqMXzCdz0mrS9HgO6hIhzVT7zt0T+JGbzCqF5AH8hS9w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -12645,9 +12645,9 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild": {
|
"esbuild": {
|
||||||
"version": "0.12.16",
|
"version": "0.12.19",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.16.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.19.tgz",
|
||||||
"integrity": "sha512-XqI9cXP2bmQ6MREIqrYBb13KfYFSERsV1+e5jSVWps8dNlLZK+hln7d0mznzDIpfISsg/AgQW0DW3kSInXWhrg==",
|
"integrity": "sha512-5NuT1G6THW7l3fsSCDkcPepn24R0XtyPjKoqKHD8LfhqMXzCdz0mrS9HgO6hIhzVT7zt0T+JGbzCqF5AH8hS9w==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"escalade": {
|
"escalade": {
|
||||||
|
Loading…
Reference in New Issue
Block a user