-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh-bun-project.json
40 lines (40 loc) · 1.64 KB
/
fresh-bun-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"generator": "fresh-bun-project",
"size": 26109421,
"timing": {
"startTime": "2024-12-31T01:06:45.984Z",
"finishTime": "2024-12-31T01:06:48.538Z"
},
"log": [
"node@factory:/workspace$ bash -exc 'curl -fsSL https://bun.sh/install | bash\r",
"> (mkdir -p fresh-app && cd fresh-app && ~/.bun/bin/bun init -y)' < /dev/null; cat /opt/factory/src/completed.txt\r",
"+ curl -fsSL https://bun.sh/install\r",
"+ bash\r",
"######################################################################## 100.0%\r",
"\u001b[32mbun was installed successfully to \u001b[1m~/.bun/bin/bun \r",
"\r",
"\u001b[39;22;2mAdded \"~/.bun/bin\" to $PATH in \"~/.bashrc\" \r",
"\r",
"To get started, run: \r",
"\r",
"\u001b[1;22m source /home/node/.bashrc \r",
" bun --help \r",
"\u001b[0m+ mkdir -p fresh-app\r",
"+ cd fresh-app\r",
"+ /home/node/.bun/bin/bun init -y\r",
"\u001b[32mDone!\u001b[0m A package.json file was saved in the current directory.\r",
" + \u001b[2mindex.ts\r",
"\u001b[0m + \u001b[2m.gitignore\r",
"\u001b[0m + \u001b[2mtsconfig.json (for editor auto-complete)\r",
"\u001b[0m + \u001b[2mREADME.md\r",
"\r",
"\u001b[0mTo get started, run:\r",
" \u001b[36mbun run index.ts\r",
"\u001b[0mFinished running generator.\r",
"node@factory:/workspace$ \u001b[?2004h"
],
"description": "Fresh Bun project, with TypeScript, automatically generated everyday with \"bun init\"",
"buildUrl": "https://github.com/fresh-app/factory/actions/runs/12553907707",
"frameworkUrl": "https://bun.sh/",
"frameworkDocumentationUrl": "https://github.com/oven-sh/bun#readme"
}