We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b222a commit 0445d05Copy full SHA for 0445d05
1 file changed
kit/build/build-sputnik-with-mjs
@@ -5,8 +5,9 @@ set -euo pipefail
5
DEPLOY_DIR="$PWD/target/deploy"
6
PKG_JSON_DIR="$PWD/target/sputnik"
7
8
-# 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.
9
export DEV_SCRIPT_PATH="$DEPLOY_DIR/sputnik.index.mjs"
10
+export DEV_FUNCTIONS_PATH="$DEPLOY_DIR/sputnik_index.rs"
11
12
# Build the Sputnik canister.
13
./kit/build/build-sputnik --pkg-json-dir="$PKG_JSON_DIR" > /dev/null
0 commit comments