diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-09-03 18:52:40 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-09-03 19:14:16 -0400 |
commit | 1c2d88434021f25c43c2503cfce72ef5336c288e (patch) | |
tree | 98af21e2a4187d32bad5a3e75a972f6369256ecd /webapp/Trunk.toml | |
parent | 5abdd7c876e821fa6b7be0f8e7298b9a4c9e1d20 (diff) |
Yew skeleton project
Diffstat (limited to 'webapp/Trunk.toml')
-rw-r--r-- | webapp/Trunk.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/Trunk.toml b/webapp/Trunk.toml new file mode 100644 index 0000000..842cc2f --- /dev/null +++ b/webapp/Trunk.toml @@ -0,0 +1,3 @@ +[build] +target = "index.html" +dist = "dist" |