Skip to content

Commit 40f4386

Browse files
committed
chore(structure): update doc
1 parent bc9fe5a commit 40f4386

File tree

8 files changed

+39
-57
lines changed

8 files changed

+39
-57
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
*.swp
2+
package-lock.json
3+
__pycache__
4+
.pytest_cache
5+
.venv
6+
*.egg-info
7+
8+
# CDK asset staging directory
9+
.cdk.staging
10+
cdk.out
11+
12+
### macOS ###
13+
# General
14+
.DS_Store
15+
.AppleDouble
16+
.LSOverride
17+
# Gradle files
18+
.gradle/
19+
**/.gradle/
20+
*/build/
21+
build
22+
# Java class files
23+
*.class
24+
**/*.class
25+
26+
cdk.context.json

samples/speech-to-speech/backend/cdk.context.json

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@echo off
2+
3+
rem The sole purpose of this script is to make the command
4+
rem
5+
rem source .venv/bin/activate
6+
rem
7+
rem (which activates a Python virtualenv on Linux or Mac OS X) work on Windows.
8+
rem On Windows, this command just runs this batch file (the argument is ignored).
9+
rem
10+
rem Now we don't need to document a Windows command for activating a virtualenv.
11+
12+
echo Executing .venv\Scripts\activate.bat for you
13+
.venv\Scripts\activate.bat

samples/speech-to-speech/frontend/dist/assets/aws-snNGU8rS.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

samples/speech-to-speech/frontend/dist/assets/index-C07l2Pv4.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/speech-to-speech/frontend/dist/index.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

samples/speech-to-speech/frontend/dist/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/speech-to-speech/frontend/src/main.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ import SpeechToSpeechPage from "./routes/SpeechToSpeechPage";
3737
// If the window object is not set, use the import.meta.env object (local development)
3838
const env = window.APP_CONFIG || import.meta.env;
3939

40-
console.log(env);
41-
4240
// Configure Amplify
4341
Amplify.configure({
4442
Auth: {

0 commit comments

Comments
 (0)