Move login JS to a separate file
Mostly so the base URL resolution code can be shared.
This commit is contained in:
@ -21,6 +21,7 @@ main() {
|
||||
--public-url "." \
|
||||
--out-dir dist \
|
||||
$([[ $MINIFY ]] || echo --no-minify) \
|
||||
src/browser/login.ts \
|
||||
src/browser/register.ts \
|
||||
src/browser/serviceWorker.ts
|
||||
}
|
||||
|
Reference in New Issue
Block a user