Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion kit/build/build-sputnik-with-mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ set -euo pipefail
DEPLOY_DIR="$PWD/target/deploy"
PKG_JSON_DIR="$PWD/target/sputnik"

# Set the path for the developer JS bundle used in the build process.
# Set the path for the developer JS bundle and RS moduel with custom functions generated by the build process.
export DEV_SCRIPT_PATH="$DEPLOY_DIR/sputnik.index.mjs"
export DEV_FUNCTIONS_PATH="$DEPLOY_DIR/sputnik_index.rs"

# Build the Sputnik canister.
./kit/build/build-sputnik --pkg-json-dir="$PKG_JSON_DIR" > /dev/null
Expand Down
Loading