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 65d89017f0c3528a0a4d7fd6f65676b9a202801d
parent 1e7b5a238375b04876d0d4fb66937e9c787a4b9f
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Fri,  3 Jul 2020 20:55:07 +0200

Merge pull request #20 from daydream-mx/MTRNord/add-netlify-config

Add netlify.toml
Diffstat:
Anetlify.toml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/netlify.toml b/netlify.toml @@ -0,0 +1,11 @@ +# Settings in the [build] context are global and are applied to all contexts +# unless otherwise overridden by more specific contexts. +[build] + # Directory that contains the deploy-ready HTML files and assets generated by + # the build. This is relative to the base directory if one has been set, or the + # root directory if a base has not been set. This sample publishes the + # directory located at the absolute path "root/project/build-output" + publish = "dist/" + + # Default build command. + command = "(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y) && source $HOME/.cargo/env && rustup target add wasm32-unknown-unknown && yarn run build"