Created
September 18, 2023 20:56
-
-
Save ethanniser/6f5953edfc4f0368168f5a504237577a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
whatplan@GAMER:~/code/tests/beth-mvc-test$ bun dev | |
$ concurrently "bun run --hot src/main.ts" "bun run uno:dev" "bun run liveReload" | |
[1] $ bunx --bun unocss --watch | |
[2] $ bunx beth-stack | |
[0] [0.01ms] ".env" | |
[2] [0.03ms] ".env" | |
[1] [0.01ms] ".env" | |
[2] 🦊 Livereload running localhost:3001 | |
[1] unocss v0.55.7 | |
[1] ◐ UnoCSS in watch mode... | |
[0] 🦊 Triggering Live Reload | |
[0] app is listening on http://localhost:3000 | |
[1] ℹ Watching for changes in src/**/*.{ts,tsx} | |
[0] [14:14:19.042] INFO (483892): test | |
[0] [14:14:19.362] INFO (483892): test | |
[0] [14:14:19.563] INFO (483892): test | |
[0] [14:14:20.196] INFO (483892): test | |
[0] [14:14:20.558] INFO (483892): test | |
[0] [14:14:20.912] INFO (483892): test | |
[0] [14:14:21.238] INFO (483892): test | |
[0] [14:14:21.631] INFO (483892): test | |
[0] Segmentation fault | |
[0] bun run --hot src/main.ts exited with code 139 | |
^C | |
whatplan@GAMER:~/code/tests/beth-mvc-test$ [2] bun run liveReload exited with code SIGINT | |
[1] bun run uno:dev exited with code SIGINT | |
^C^C | |
whatplan@GAMER:~/code/tests/beth-mvc-test$ bun dev | |
$ concurrently "bun run --hot src/main.ts" "bun run uno:dev" "bun run liveReload" | |
[1] $ bunx --bun unocss --watch | |
[2] $ bunx beth-stack | |
[0] [0.01ms] ".env" | |
[2] [0.02ms] ".env" | |
[1] [0.01ms] ".env" | |
Segmentation fault | |
[1] change src/pages/index.tsx | |
[0] bun run --hot src/main.ts exited with code 139 | |
^C | |
whatplan@GAMER:~/code/tests/beth-mvc-test$ [2] bun run liveReload exited with code SIGINT | |
[1] bun run uno:dev exited with code SIGINT | |
^C^C | |
whatplan@GAMER:~/code/tests/beth-mvc-test$ bun dev | |
$ concurrently "bun run --hot src/main.ts" "bun run uno:dev" "bun run liveReload" | |
[1] $ bunx unocss --watch | |
[2] $ bunx beth-stack | |
[0] [0.01ms] ".env" | |
[2] [0.01ms] ".env" | |
[2] 🦊 Livereload running localhost:3001 | |
[0] 🦊 Triggering Live Reload | |
[0] app is listening on http://localhost:3000 | |
[1] unocss v0.55.7 | |
[1] ◐ UnoCSS in watch mode... | |
[1] ℹ Watching for changes in src/**/*.{ts,tsx} | |
[0] [14:15:54.866] INFO (485183): test | |
[0] [14:15:55.127] INFO (485183): test | |
[0] [14:15:55.351] INFO (485183): test | |
[0] [14:15:55.519] INFO (485183): test | |
[0] [14:15:55.666] INFO (485183): test | |
[0] [14:15:55.820] INFO (485183): test | |
[0] [14:15:56.328] INFO (485183): test | |
[0] [14:15:56.492] INFO (485183): test | |
[0] [14:15:56.640] INFO (485183): test | |
[0] [14:15:56.776] INFO (485183): test | |
[0] [14:15:56.939] INFO (485183): test | |
[0] [14:15:57.108] INFO (485183): test | |
[0] [14:15:57.258] INFO (485183): test | |
[0] [14:15:57.425] INFO (485183): test | |
[0] [14:15:57.591] INFO (485183): test | |
[0] [14:15:58.230] INFO (485183): test | |
[0] [14:15:58.454] INFO (485183): test | |
[0] [14:15:58.607] INFO (485183): test | |
[0] [14:15:58.764] INFO (485183): test | |
[0] [14:15:58.927] INFO (485183): test | |
[0] [14:15:59.091] INFO (485183): test | |
[0] [14:15:59.781] INFO (485183): test | |
[0] [14:15:59.945] INFO (485183): test | |
[0] [14:16:00.102] INFO (485183): test | |
[0] [14:16:01.019] INFO (485183): test | |
[0] [14:16:01.542] INFO (485183): test | |
[0] [14:16:01.698] INFO (485183): test | |
[0] [14:16:01.848] INFO (485183): test | |
[0] [14:16:02.181] INFO (485183): test | |
[0] [14:16:02.338] INFO (485183): test | |
[0] Segmentation fault | |
[0] bun run --hot src/main.ts exited with code 139 | |
^C | |
whatplan@GAMER:~/code/tests/beth-mvc-test$ [2] bun run liveReload exited with code SIGINT | |
[1] bun run uno:dev exited with code SIGINT | |
^C^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment