Appearance
fresh-solid-app-ts
Fresh SolidJS app, automatically generated everyday with npx degit solidjs/templates/ts
Result
Time spent | 0m 18s |
---|---|
Disk usage | 97 MB |
pwuser@factory:/workspace$ bash -exc 'npm instal -g pnpm
> npx degit solidjs/templates/ts fresh-app
> cd fresh-app
> rm -f pnpm-lock.yaml
> pnpm install
> pnpm run build' < /dev/null; echo 'Finished running generator.'
+ npm instal -g pnpm
cd /workspace/fresh-app/dist
added 1 package, and audited 2 packages in 711ms
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 8.15.0 -> 9.2.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.2.0
npm notice Run npm install -g npm@9.2.0 to update!
npm notice
+ npx degit solidjs/templates/ts fresh-app
npm WARN exec The following package was not found and will be installed: degit@2.8.4
> cloned solidjs/templates#HEAD to fresh-app
+ cd fresh-app
+ rm -f pnpm-lock.yaml
+ pnpm install
Packages: +87
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Packages are copied from the content-addressable store to the virtual store.
Content-addressable store is at: /home/pwuser/.local/share/pnpm/store/v3
Virtual store is at: node_modules/.pnpm
Downloading registry.npmjs.org/typescript/4.9.4: 11.6 MB/11.6 MB, done
node_modules/.pnpm/esbuild@0.15.18/node_modules/esbuild: Running postinstall script, done in 68ms
Progress: resolved 109, reused 0, downloaded 87, added 87, done
dependencies:
+ solid-js 1.6.3
devDependencies:
+ typescript 4.9.4
+ vite 3.2.5
+ vite-plugin-solid 2.4.0
Done in 4.4s
+ pnpm run build
> vite-template-solid@0.0.0 build /workspace/fresh-app
> vite build
vite v3.2.5 building for production...
✓ 9 modules transformed.
dist/assets/favicon.0e726a38.ico 14.73 KiB
dist/assets/logo.123b04bc.svg 1.56 KiB
dist/index.html 0.58 KiB
dist/assets/index.ba74b708.css 0.70 KiB / gzip: 0.46 KiB
dist/assets/index.452aae6d.js 7.19 KiB / gzip: 3.08 KiB
Finished running generator.
pwuser@factory:/workspace$ cd /workspace/fresh-app/dist
pwuser@factory:/workspace/fresh-app/dist$ /opt/factory/bin/screenshot 'http-server' 8080 || true; echo 'Finished taking screenshot.'
+ start-test http-server :8080 'cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:8080 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:8080 /workspace/screenshot.png)'
1: starting server using command "http-server"
and when url "[ 'http://localhost:8080' ]" is responding with HTTP status code 200
running tests using command "cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:8080 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:8080 /workspace/screenshot.png)"
Starting up http-server, serving ./
http-server version: 14.1.1
http-server settings:
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none
Available on:
http://127.0.0.1:8080
http://172.17.0.3:8080
Hit CTRL-C to stop the server
[2022-12-09T00:30:44.863Z] "HEAD /" "axios/0.21.4"
(node:114) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
Navigating to http://localhost:8080
[2022-12-09T00:30:45.337Z] "GET /" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:30:45.355Z] "GET /assets/index.452aae6d.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:30:45.357Z] "GET /assets/index.ba74b708.css" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:30:45.371Z] "GET /assets/logo.123b04bc.svg" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
Capturing screenshot into /workspace/screenshot.png
Navigating to http://localhost:8080
[2022-12-09T00:30:45.980Z] "GET /" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:30:45.989Z] "GET /assets/index.452aae6d.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:30:45.994Z] "GET /assets/index.ba74b708.css" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:30:46.004Z] "GET /assets/logo.123b04bc.svg" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
Waiting for timeout 4096...
Capturing screenshot into /workspace/screenshot.png
http-server stopped.
Finished taking screenshot.
pwuser@factory:/workspace/fresh-app/dist$ exit
exitBD