UNPKG
@promethean-os/prompt-optimization
Version:
latest (2.0.0)
2.0.0
Prompt Optimization v2.0 - qwen3:4b-instruct 100k context optimization system
@promethean-os/prompt-optimization
/
test-deploy.js
12 lines
(9 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env node
console
.
log
(
'🚀 Starting test...'
);
try
{
console
.
log
(
'Testing deployment manager import...'
);
// We'll test without imports first
console
.
log
(
'✅ Basic test complete'
); }
catch
(error) {
console
.
error
(
'❌ Test failed:'
, error); }