Skip to main content

Starting Automated Build

Start automated builds on another 2 terminals.

For the backend API server.

~/fullstack$ cd functions
~/fullstack/functions$ npm run build:watch
[10:33:03 PM] File change detected. Starting incremental compilation...

[10:33:03 PM] Found 0 errors. Watching for file changes.

For the frontend client.

~/fullstack$ cd frontend
~/fullstack/functions$ npm run build:emulator
9:52:49 AM - File change detected. Starting incremental compilation...

transforming (346) node_modules/axios/lib/core/transformData.js
9:52:50 AM - Found 0 errors. Watching for file changes.
vite v5.2.2 building for emulator...
✓ 412 modules transformed.
dist/index.html 0.46 kB │ gzip: 0.30 kB
dist/assets/index-CheykCXC.css 233.54 kB │ gzip: 31.77 kB
dist/assets/index-CCKVxOea.js 274.84 kB │ gzip: 91.67 kB
✓ built in 3.26s