File tree Expand file tree Collapse file tree 5 files changed +40
-0
lines changed
Expand file tree Collapse file tree 5 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ NUXT_PUBLIC_DEFAULT_TYPE = node
2+ NUXT_PUBLIC_PROVIDER_MODE = true
3+ NUXT_PUBLIC_PROVIDER_URL = http://localhost:8086
Original file line number Diff line number Diff line change 44
55Your self-hosted notion alternative
66
7+ ## Startup Via Node provider as debug
8+
9+ ``` bash
10+ # cp .env .env
11+ # change NUXT_PUBLIC_PROVIDER_URL or use default
12+ pnpm devApp
13+ ```
14+
15+ ## Startup Via Node provider
16+
17+ ``` bash
18+ # cp ./startup.example.sh ./startup.sh
19+ # change NUXT_PUBLIC_PROVIDER_URL or use default
20+ ./startup.sh
21+ ```
22+
723## More
824
925[ Click here] ( https://siyuan.wiki/s/20250111132959-xvao9ll )
Original file line number Diff line number Diff line change 44
55您的自部署 notion 替代品
66
7+ ## 服务商开发模式启动
8+
9+ ``` bash
10+ # cp .env .env
11+ # 修改 NUXT_PUBLIC_PROVIDER_URL,或者使用默认
12+ pnpm devApp
13+ ```
14+
15+ ## 服务商生产模式启动
16+
17+ ``` bash
18+ # cp ./startup.example.sh ./startup.sh
19+ # 修改 NUXT_PUBLIC_PROVIDER_URL,或者使用默认
20+ ./startup.sh
21+ ```
22+
723## 详细了解
824
925[ 功能介绍] ( https://siyuan.wiki/s/20250111132959-fv1bjrw )
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ pnpm build -F @terwer/share-pro-app --force -- --from node
4+ echo " Build node provider finished."
Original file line number Diff line number Diff line change 1010 "lint" : " turbo run lint" ,
1111 "clean" : " ./scripts/clean.sh" ,
1212 "start" : " ./startup.sh" ,
13+ "buildNodeProvider" : " ./build-node-provider.sh" ,
1314 "packageNodeProvider" : " ./package-node-provider.sh" ,
1415 "package" : " python scripts/package.py" ,
1516 "syncVersion" : " python scripts/version.py" ,
You can’t perform that action at this time.
0 commit comments