aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-10 19:01:37 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-10 19:01:37 +0000
commitffa343c41fca7a38dc00bb929d31fb7552578900 (patch)
tree98b95f4dc7658e767d0c779f19ec409dfaddd32d /build
parentfix mmm-embed (diff)
downloadmmm-ffa343c41fca7a38dc00bb929d31fb7552578900.tar.gz
mmm-ffa343c41fca7a38dc00bb929d31fb7552578900.zip
serve from root/ in docker
Diffstat (limited to 'build')
-rw-r--r--build/import.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/import.moon b/build/import.moon
index 1e4df31..ba99b03 100644
--- a/build/import.moon
+++ b/build/import.moon
@@ -10,7 +10,7 @@ add '?/init.server'
require 'mmm'
require 'lfs'
import Fileder, Key from require 'mmm.mmmfs.fileder'
-import SQLStore from require 'mmm.mmmfs.drivers.sql'
+import SQLStore from require 'mmm.mmmfs.stores.sql'
-- usage:
-- moon import.moon <root> [output.sqlite3]