Files
2025-06-23 20:13:54 +02:00

6 lines
165 B
Bash

#!/usr/bin/env sh
EXPOSIFY_CONFIG='{ "jquery": "$", "three": "THREE" }' \
../node_modules/.bin/browserify --debug -t exposify main.js > bundle.js
open index.html