mirror of
https://git.ipng.ch/ipng/vpp-maglev.git
synced 2026-06-15 15:26:27 +00:00
9 lines
109 B
Go
9 lines
109 B
Go
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed web/dist
|
|
var webFS embed.FS
|