storj/web
Egon Elbre 28c9403702 multinode,web/multinode: use go:embed for assets
Go can now directly embed files without relying on external tools.
This makes code use go:embed and avoid the external tooling.

go:embed requires files to be present in the embedded directory,
hence we need to add .keep to "dist" folder. We also add one to
public/.keep, such that it won't be deleted when building multinode.

Change-Id: I53ac3d5ac76e44f740d95221acf0da99fc256d42
2022-03-11 11:10:37 +02:00
..
multinode multinode,web/multinode: use go:embed for assets 2022-03-11 11:10:37 +02:00
satellite satellite/console,web/satellite: Add MFA to password reset 2022-03-03 17:27:04 +00:00
storagenode web/storagenode: Use an existing const instead value 2022-02-18 11:49:18 +01:00