Skip to content

Commit

Permalink
Merge pull request #86 from 2024-startup/BE/fix/#85
Browse files Browse the repository at this point in the history
[BE/fix/#85] 환경변수 파일 에러 수정
  • Loading branch information
JSWING5267 authored May 22, 2024
2 parents 01ccab0 + 4cfcd9f commit 6363022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ node_modules

Team/backend/ready/.gradle/
Team/backend/ready/build/
backend.env
1 change: 1 addition & 0 deletions frontend/src/pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function Main() {
const navigation = useNavigation();
return (
<View>
<View style={{marginTop: 20}}></View>
<Button
title="Go to Test"
onPress={() => navigation.navigate('Test' as never)}
Expand Down

0 comments on commit 6363022

Please sign in to comment.