Skip to content

Commit

Permalink
Moved agent/src/*.js back to agent/
Browse files Browse the repository at this point in the history
  • Loading branch information
pajama-coder committed May 19, 2024
1 parent 5a4ac21 commit 071cdac
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions agent/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env -S pipy --args

import api from './src/api.js'
import db from './src/db.js'
import options from './src/options.js'
import api from './api.js'
import db from './db.js'
import options from './options.js'

var opt = options(pipy.argv, {
defaults: {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 071cdac

Please sign in to comment.