timgremore commited on
Commit
d04c424
1 Parent(s): 83105f7

chore: Configure Nx backend

Browse files
Files changed (1) hide show
  1. config/config.exs +2 -0
config/config.exs CHANGED
@@ -61,6 +61,8 @@ config :logger, :console,
61
  # Use Jason for JSON parsing in Phoenix
62
  config :phoenix, :json_library, Jason
63
 
 
 
64
  # Import environment specific config. This must remain at the bottom
65
  # of this file so it overrides the configuration defined above.
66
  import_config "#{config_env()}.exs"
 
61
  # Use Jason for JSON parsing in Phoenix
62
  config :phoenix, :json_library, Jason
63
 
64
+ config :nx, default_backend: EXLA.Backend
65
+
66
  # Import environment specific config. This must remain at the bottom
67
  # of this file so it overrides the configuration defined above.
68
  import_config "#{config_env()}.exs"