mirror of https://github.com/opensumi/core
16 lines
358 B
TOML
16 lines
358 B
TOML
providers = ["node", "python"]
|
|
|
|
[variables]
|
|
NODE_ENV = "production"
|
|
NIXPACKS_NODE_VERSION = "18"
|
|
|
|
[phases.setup]
|
|
nixPkgs = ["...", "libsecret"]
|
|
aptPkgs = ["...", "build-essential", "libsecret-1-dev"]
|
|
|
|
[phases.build]
|
|
cmds = ["yarn build:all", "yarn bundle:preview", "yarn download-extension"]
|
|
|
|
[start]
|
|
cmd = "node packages/startup/dist-node/server/server.js"
|