5 lines
71 B
CUE
5 lines
71 B
CUE
package main
|
|
|
|
// Name of the application
|
|
name: string & =~"[a-z0-9-]+"
|