Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

카카오로그인 웹 함수 추가 #319

Merged
merged 12 commits into from Aug 10, 2022
Merged

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    0d79edd View commit details
    Browse the repository at this point in the history
  2. refactor: orgnize sourcecode in src directory

    Since there is more than a file now by including the web platform code,
    it is quite a mess to include them in config files like tsconfig, gitignore or npmignore.
    
    I have managed to place the typescript code that should be compiled in a `src` directory so that we can have less configuration.
    hyochan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    140219f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee5d3a View commit details
    Browse the repository at this point in the history
  4. 5.0.0

    hyochan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4660024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aff9ff1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30b7256 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    752e499 View commit details
    Browse the repository at this point in the history
  8. refactor: cleanup codebase

    hyochan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ea72e74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2644f48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc99f49 View commit details
    Browse the repository at this point in the history
  11. fix: lint settings

    hyochan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b5aaa7a View commit details
    Browse the repository at this point in the history
  12. fix: eslint config

    hyochan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    65bd0a9 View commit details
    Browse the repository at this point in the history