initial commit
This commit is contained in:
.formatter.exs.gitignore.tool-versionsREADME.md
assets
.babelrc
css
js
package-lock.jsonpackage.jsonpostcss.config.jsstatic
tailwind.config.jswebpack.config.jsyarn.lockconfig
lib
cannery.ex
mix.exsmix.lockcannery
cannery_web.excannery_web
channels
controllers
page_controller.exuser_auth.exuser_confirmation_controller.exuser_registration_controller.exuser_reset_password_controller.exuser_session_controller.exuser_settings_controller.ex
endpoint.exgettext.exlive
router.extelemetry.extemplates
layout
user_confirmation
user_registration
user_reset_password
user_session
user_settings
views
priv
gettext
repo
test
5
assets/.babelrc
Normal file
5
assets/.babelrc
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user