daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit 7f336487b2d1b67452f85fec5eae72a03022180a
parent 423303de41d64197dc0839d8789b15520c72bfb2
Author: Marcel <mtrnord1@gmail.com>
Date:   Sat, 13 Jun 2020 21:24:16 +0200

Use date instead of time as dummy command

Took 1 minute

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -4,7 +4,7 @@ "test": "yarn run test:chrome", "test:chrome": "start-server-and-test start http-get://localhost:8888 cy:run", "test:firefox": "start-server-and-test dummy http-get://localhost:8888 cy:run:firefox", - "dummy": "time", + "dummy": "date", "build:dev": "webpack --mode development", "build": "webpack --mode production", "start:dev": "webpack-dev-server --mode development",