fix: adds simple package.json to allow imports in start.js
This commit is contained in:
parent
d44868c75a
commit
06d8181db5
1 changed files with 6 additions and 0 deletions
6
package.json
Normal file
6
package.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "presenton",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Open-source AI presentation generator"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue