mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 03:03:11 +02:00
fix: Adding back Python files to start compilation via Tauri
This commit is contained in:
@@ -11,10 +11,6 @@ __pycache__/
|
||||
*.py[oc]
|
||||
*.egg-info
|
||||
*.py
|
||||
.python-version
|
||||
package-lock.json
|
||||
package.json
|
||||
pyproject.toml
|
||||
uv.lock
|
||||
|
||||
# Tauri files
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
3.14
|
||||
Generated
+1689
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.11.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/vite": "^4.3.3",
|
||||
"tailwindcss": "^4.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build:css": "npx @tailwindcss/cli -i ./frontend/css/input.css -o ./frontend/css/tailwind.css --minify",
|
||||
"tauri": "tauri"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
[project]
|
||||
name = "ketapk"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
Reference in New Issue
Block a user