e6a3e5c3ea
* move core into repo, apps into apps folder, update tests * Update scripts for build:core * improve scripts * remove noise from www * Update .gitignore * Fix focus bug * add ci test script * Update main.yml
11 lines
256 B
YAML
11 lines
256 B
YAML
mainConfig:
|
|
type: esbuild
|
|
path: esbuild.main.config.ts
|
|
src: src/main/main.ts
|
|
output: dist/main
|
|
rendererConfig:
|
|
type: esbuild
|
|
path: esbuild.renderer.config.ts
|
|
html: src/renderer/index.html
|
|
src: src/renderer/index.tsx
|
|
output: dist/renderer
|