mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Implement JsDatabase using sql.js
This commit is contained in:
@@ -10,7 +10,7 @@ core:
|
||||
|
||||
$(test_bundle): test/index.js core
|
||||
mkdir -p build/bundles
|
||||
npx webpack $< --silent --mode development --target web --output $@
|
||||
npx webpack $< --mode development --target web --output $@
|
||||
|
||||
test: $(test_bundle) $(node_modules)
|
||||
open test/index.html
|
||||
|
||||
Reference in New Issue
Block a user