Skip to content

Commit

Permalink
install sveltekit and it's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 7, 2024
1 parent b3743b9 commit ecfab3e
Show file tree
Hide file tree
Showing 5 changed files with 5,330 additions and 12 deletions.
10 changes: 1 addition & 9 deletions api/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,5 @@ def init_shared_packages(paths: list[str]):
sys.path.append(pkg_path)


def print_project_meta():
print(f"Project root: {project_root}")
print(f"Python version: {sys.version}")
print(f"Current working directory: {os.getcwd()}")


init_shared_packages(["services", "utils_pkg"])


print_project_meta()
print(f"Project root: {project_root}")
6 changes: 3 additions & 3 deletions app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { browser } from '$app/environment';
import { goto } from '$app/navigation';
import { page } from '$app/stores';
// import { browser } from '$app/environment';
// import { goto } from '$app/navigation';
// import { page } from '$app/stores';
// import { sessionStore } from '$lib/stores/session';
// import ChatInterface from '$lib/components/ChatInterface.svelte';
// import AudioInterface from '$lib/components/AudioInterface.svelte';
Expand Down
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "audiora",
"version": "1.0.0",
"description": "",
"author": "@nwaughachukwuma",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {},
"keywords": [],
"license": "ISC"
}
Loading

0 comments on commit ecfab3e

Please sign in to comment.