fix : implement game start event
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineNuxtConfig({
|
||||
welcomeMessage: "Hello",
|
||||
endpoint: "https://playtest.legonzaur.fr/api", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable
|
||||
discordLoginEndpoint: process.env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT,
|
||||
devMode: false,
|
||||
},
|
||||
},
|
||||
modules: ["@pinia/nuxt", "@pinia-plugin-persistedstate/nuxt"],
|
||||
|
||||
Reference in New Issue
Block a user