diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-10 19:01:37 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-10 19:01:37 +0000 |
| commit | ffa343c41fca7a38dc00bb929d31fb7552578900 (patch) | |
| tree | 98b95f4dc7658e767d0c779f19ec409dfaddd32d /build | |
| parent | fix mmm-embed (diff) | |
| download | mmm-ffa343c41fca7a38dc00bb929d31fb7552578900.tar.gz mmm-ffa343c41fca7a38dc00bb929d31fb7552578900.zip | |
serve from root/ in docker
Diffstat (limited to 'build')
| -rw-r--r-- | build/import.moon | 2 |
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] |
