@@ -197,9 +197,7 @@ type AppConfig struct {
197197
198198var QuickstartConfigs = map [string ]AppConfig {
199199
200- // ==========================================
201- // Single Page Applications (SPA)
202- // ==========================================
200+ // ==========================================.
203201 "spa:react:vite" : {
204202 EnvValues : map [string ]string {
205203 "VITE_AUTH0_DOMAIN" : DetectionSub ,
@@ -285,9 +283,7 @@ var QuickstartConfigs = map[string]AppConfig{
285283 Strategy : FileOutputStrategy {Path : "lib/auth_config.dart" , Format : "dart" },
286284 },
287285
288- // ==========================================
289- // Regular Web Applications
290- // ==========================================
286+ // ==========================================.
291287 "regular:nextjs:none" : {
292288 EnvValues : map [string ]string {
293289 "AUTH0_DOMAIN" : DetectionSub ,
@@ -553,9 +549,7 @@ var QuickstartConfigs = map[string]AppConfig{
553549 Strategy : FileOutputStrategy {Path : ".env" , Format : "dotenv" },
554550 },
555551
556- // ==========================================
557- // Native / Mobile Applications
558- // ==========================================
552+ // ==========================================.
559553 "native:flutter:none" : {
560554 EnvValues : map [string ]string {
561555 "domain" : DetectionSub ,
0 commit comments